update tgbotapi and add webapps example

This commit is contained in:
2022-04-29 20:57:16 +06:00
parent 222134836a
commit 0b7d8c087f
17 changed files with 186 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
if (project.hasProperty("GITHUB_USER") && project.hasProperty("GITHUB_TOKEN")) {
maven {
url "https://maven.pkg.github.com/InsanusMokrassar/TelegramBotAPI"
@@ -12,4 +12,4 @@ allprojects {
}
}
}
}
}