From 7bfc8bf0f432b68a3ee11fc0547dede4bc74b8f5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 29 Mar 2020 16:02:11 +0200 Subject: [PATCH] updating kotlin, commons, gradle --- app/build.gradle | 8 ++++---- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1682c41b..227daabb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,10 +57,10 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.7' + implementation 'com.simplemobiletools:commons:5.24.2' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' - kapt 'androidx.room:room-compiler:2.2.4' - implementation 'androidx.room:room-runtime:2.2.4' - annotationProcessor 'androidx.room:room-compiler:2.2.4' + kapt 'androidx.room:room-compiler:2.2.5' + implementation 'androidx.room:room-runtime:2.2.5' + annotationProcessor 'androidx.room:room-compiler:2.2.5' } diff --git a/build.gradle b/build.gradle index c1e589e5..30e6a983 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.70' + ext.kotlin_version = '1.3.71' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index be1f7383..1e753337 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Sep 03 11:52:32 CEST 2019 +#Sun Mar 29 15:58:05 CEST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip