mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
update libraries
This commit is contained in:
parent
73f5bf7e4b
commit
6c5fc8144b
10
CHANGELOG.md
10
CHANGELOG.md
@ -20,6 +20,16 @@
|
|||||||
* `Game` now is not serializable and have no additional trash, related to serialization
|
* `Game` now is not serializable and have no additional trash, related to serialization
|
||||||
* `TelegramFile` was removed
|
* `TelegramFile` was removed
|
||||||
|
|
||||||
|
### 0.18.1 Libraries update
|
||||||
|
|
||||||
|
* Update libraries:
|
||||||
|
* `kotlin`: 1.3.41 -> 1.3.61
|
||||||
|
* `kotlin coroutines`: 1.2.2 -> 1.3.2
|
||||||
|
* `kotlin serialization`: 0.11.1 -> 0.14.0
|
||||||
|
* `joda time`: 2.10.3 -> 2.10.5
|
||||||
|
* `ktor`: 1.2.3 -> 1.2.5
|
||||||
|
|
||||||
|
|
||||||
## 0.17.0 July 29, 2019 API Update
|
## 0.17.0 July 29, 2019 API Update
|
||||||
|
|
||||||
Libraries updates:
|
Libraries updates:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin_version=1.3.41
|
kotlin_version=1.3.61
|
||||||
kotlin_coroutines_version=1.2.2
|
kotlin_coroutines_version=1.3.2
|
||||||
kotlin_serialisation_runtime_version=0.11.1
|
kotlin_serialisation_runtime_version=0.14.0
|
||||||
joda_time_version=2.10.3
|
joda_time_version=2.10.5
|
||||||
ktor_version=1.2.3
|
ktor_version=1.2.6
|
||||||
|
|
||||||
gradle_bintray_plugin_version=1.8.4
|
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 @@
|
|||||||
#Thu Feb 21 12:05:40 HKT 2019
|
#Fri Nov 29 12:11:00 HKT 2019
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
|
||||||
|
@ -1,18 +1 @@
|
|||||||
/*
|
|
||||||
* This settings file was generated by the Gradle 'init' task.
|
|
||||||
*
|
|
||||||
* The settings file is used to specify which projects to include in your build.
|
|
||||||
* In a single project build this file can be empty or even removed.
|
|
||||||
*
|
|
||||||
* Detailed information about configuring a multi-project build in Gradle can be found
|
|
||||||
* in the user guide at https://docs.gradle.org/3.4.1/userguide/multi_project_builds.html
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
// To declare projects as part of a multi-project build use the 'include' method
|
|
||||||
include 'shared'
|
|
||||||
include 'api'
|
|
||||||
include 'services:webservice'
|
|
||||||
*/
|
|
||||||
|
|
||||||
rootProject.name = 'TelegramBotAPI'
|
rootProject.name = 'TelegramBotAPI'
|
||||||
|
Loading…
Reference in New Issue
Block a user