From eb22bc5a3480de2e760f5637188f8162e6fee071 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 26 Apr 2019 14:09:45 +0800 Subject: [PATCH] update Kotlin version --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5206e921af..04e3fd93c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ some default library * Requests results now always decoding as `UTF-8` * `AbstractRequestCallFactory` was added with cache of methods urls to avoid memory leaks * Small refactoring of work with response in `KtorRequestsExecutor` +* Kotlin version `1.3.30` -> `1.3.31` ## 0.13.0 Telegram Polls diff --git a/gradle.properties b/gradle.properties index 7f46ad5b74..d341c6ba14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official -kotlin_version=1.3.30 +kotlin_version=1.3.31 kotlin_coroutines_version=1.2.0 kotlin_serialisation_runtime_version=0.11.0 joda_time_version=2.10.1