From 4610bd412726e41a27dde164bf0ff6fc68db4c59 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 19 Sep 2020 15:58:02 +0200 Subject: [PATCH] updating some libraries --- app/build.gradle | 5 +++-- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6714bf51..a05f0b60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,9 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.28.24' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' + implementation 'com.simplemobiletools:commons:5.30.12' + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' + implementation 'androidx.documentfile:documentfile:1.0.1' kapt 'androidx.room:room-compiler:2.2.5' implementation 'androidx.room:room-runtime:2.2.5' diff --git a/build.gradle b/build.gradle index ce69eb38..a2957c73 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.72' + ext.kotlin_version = '1.4.10' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.6.3' + classpath 'com.android.tools.build:gradle:4.0.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 1e753337..83cf886d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Mar 29 15:58:05 CEST 2020 +#Mon Sep 07 23:29:32 CEST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip