1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-02 07:55:25 +00:00
tgbotapi/settings.gradle
Gabryel Monteiro ffa78ebfe1 Update to 1.4.0
2020-10-18 22:38:16 -03:00

13 lines
227 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
include ":tgbotapi.core"
include ":tgbotapi.extensions.api"
include ":tgbotapi.extensions.utils"
include ":tgbotapi"
include ":docs"