mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-21 13:45:39 +00:00
Compare commits
2 Commits
19.0.0
...
6c98e2b528
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c98e2b528 | ||
|
|
686fc291f8 |
@@ -33,6 +33,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.10'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
|
|
||||||
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.7'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.10'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user