1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-14 21:00:15 +00:00

add base64 serialization dependency and update micro_utils up to 0.4.17

This commit is contained in:
2021-01-14 21:27:58 +06:00
parent c0ea479fe3
commit ef22735894
3 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ kotlin {
api "com.benasher44:uuid:$uuid_version"
api "dev.inmo:micro_utils.coroutines:$micro_utils_version"
api "dev.inmo:micro_utils.serialization.base64:$micro_utils_version"
api "io.ktor:ktor-client-core:$ktor_version"
}