1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-02-16 19:52:01 +00:00
tgbotapi/settings.gradle

13 lines
227 B
Groovy
Raw Normal View History

2020-10-18 22:38:16 -03:00
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
2020-10-04 18:34:03 +06:00
include ":tgbotapi.core"
include ":tgbotapi.extensions.api"
include ":tgbotapi.extensions.utils"
include ":tgbotapi"
2020-05-11 01:09:07 +06:00
include ":docs"