migration onto 0.29.0

This commit is contained in:
2020-10-04 17:32:50 +06:00
parent 98c33cb01a
commit 1eb9676c19
13 changed files with 63 additions and 57 deletions

View File

@@ -28,7 +28,7 @@ kotlin {
dependencies {
implementation kotlin('stdlib')
api "com.github.insanusmokrassar:TelegramBotAPI:$telegram_bot_api_version"
api "dev.inmo:TelegramBotAPI:$telegram_bot_api_version"
}
}
}