File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ android {
5757}
5858
5959dependencies {
60- implementation ' com.simplemobiletools:commons:5.28.24'
61- implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta4'
60+ implementation ' com.simplemobiletools:commons:5.30.12'
61+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1'
62+ implementation ' androidx.documentfile:documentfile:1.0.1'
6263
6364 kapt ' androidx.room:room-compiler:2.2.5'
6465 implementation ' androidx.room:room-runtime:2.2.5'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.72 '
4+ ext. kotlin_version = ' 1.4.10 '
55
66 repositories {
77 google()
88 jcenter()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.6.3 '
12+ classpath ' com.android.tools.build:gradle:4.0.1 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
1515 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Sun Mar 29 15:58:05 CEST 2020
1+ # Mon Sep 07 23:29:32 CEST 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1 -all.zip
You can’t perform that action at this time.
0 commit comments