mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
update Kotlin version
This commit is contained in:
parent
c12d08eda8
commit
eb22bc5a34
@ -9,6 +9,7 @@ some default library
|
|||||||
* Requests results now always decoding as `UTF-8`
|
* Requests results now always decoding as `UTF-8`
|
||||||
* `AbstractRequestCallFactory` was added with cache of methods urls to avoid memory leaks
|
* `AbstractRequestCallFactory` was added with cache of methods urls to avoid memory leaks
|
||||||
* Small refactoring of work with response in `KtorRequestsExecutor`
|
* Small refactoring of work with response in `KtorRequestsExecutor`
|
||||||
|
* Kotlin version `1.3.30` -> `1.3.31`
|
||||||
|
|
||||||
## 0.13.0 Telegram Polls
|
## 0.13.0 Telegram Polls
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin_version=1.3.30
|
kotlin_version=1.3.31
|
||||||
kotlin_coroutines_version=1.2.0
|
kotlin_coroutines_version=1.2.0
|
||||||
kotlin_serialisation_runtime_version=0.11.0
|
kotlin_serialisation_runtime_version=0.11.0
|
||||||
joda_time_version=2.10.1
|
joda_time_version=2.10.1
|
||||||
|
Loading…
Reference in New Issue
Block a user