1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 23:29:33 +00:00

Update to 1.4.0

This commit is contained in:
Gabryel Monteiro
2020-10-18 22:38:16 -03:00
parent e85e7d02f7
commit ffa78ebfe1
3 changed files with 27 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
include ":tgbotapi.core"
include ":tgbotapi.extensions.api"
include ":tgbotapi.extensions.utils"