From 8bee29f6834ca69e86655eec4351adff2588681f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 22 Nov 2020 19:12:10 +0600 Subject: [PATCH] update version of klock and remove gradle bintray plugin --- CHANGELOG.md | 2 ++ build.gradle | 3 +-- gradle.properties | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9967a2b08..3d112549136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.4.4 +* `Versions`: + * `Klock`: `1.12.1` -> `2.0.0` * `Repos`: * Add interface `VersionsRepo` * Add default realization of `VersionsRepo` named `StandardVersionsRepo` which use `StandardVersionsRepoProxy` diff --git a/build.gradle b/build.gradle index c6d3e1911c6..07759c6e7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -8,10 +8,9 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' + classpath 'com.android.tools.build:gradle:4.0.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" - classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$gradle_bintray_plugin_version" classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:$dexcount_version" classpath "com.github.breadmoirai:github-release:$github_release_plugin_version" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" diff --git a/gradle.properties b/gradle.properties index e3b715031b7..0e57629edc6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,9 +14,8 @@ kotlin_exposed_version=0.28.1 ktor_version=1.4.2 -klockVersion=1.12.1 +klockVersion=2.0.0 -gradle_bintray_plugin_version=1.8.5 github_release_plugin_version=2.2.12 uuidVersion=0.2.2