mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
update version of gradle and libs
This commit is contained in:
parent
c9bf84d36a
commit
069d9c29a2
@ -2,6 +2,11 @@
|
||||
|
||||
## 0.11.0
|
||||
|
||||
* Kotlin `1.3.11` -> `1.3.21`
|
||||
* Kotlin coroutines `1.1.0` -> `1.1.1`
|
||||
* Kotlin serialization `0.9.1` -> `0.10.0`
|
||||
* Ktor `1.1.1` -> `1.1.2`
|
||||
|
||||
## 0.10.0
|
||||
|
||||
* Most part of abstractions was replaced from `requests` and `types` on more high level
|
||||
|
@ -1,8 +1,8 @@
|
||||
kotlin.code.style=official
|
||||
kotlin_version=1.3.11
|
||||
kotlin_coroutines_version=1.1.0
|
||||
kotlin_serialisation_runtime_version=0.9.1
|
||||
kotlin_version=1.3.21
|
||||
kotlin_coroutines_version=1.1.1
|
||||
kotlin_serialisation_runtime_version=0.10.0
|
||||
joda_time_version=2.10.1
|
||||
ktor_version=1.1.1
|
||||
ktor_version=1.1.2
|
||||
|
||||
gradle_bintray_plugin_version=1.8.4
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Wed Nov 07 21:46:14 CST 2018
|
||||
#Thu Feb 21 12:05:40 HKT 2019
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
|
||||
|
Loading…
Reference in New Issue
Block a user