From 634157ed6cd3af25293a4086fce3afd429730dac Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 4 Apr 2020 09:45:20 +0200 Subject: [PATCH] updating commons, kotlin, gradle --- app/build.gradle | 2 +- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6e60fd8..c1e0d87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,5 +56,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.22.10' + implementation 'com.simplemobiletools:commons:5.24.11' } diff --git a/build.gradle b/build.gradle index 969a400..da21d6f 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.61' + 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.2' 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 43e4679..ff5b5f6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Sep 18 21:09:25 CEST 2019 +#Sat Apr 04 09:43:03 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