File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ android {
56
56
}
57
57
58
58
dependencies {
59
- implementation ' com.github.SimpleMobileTools:Simple-Commons:4205290a44 '
59
+ implementation ' com.github.SimpleMobileTools:Simple-Commons:f07ca31126 '
60
60
implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
61
61
implementation ' androidx.documentfile:documentfile:1.0.1'
62
62
63
- kapt ' androidx.room:room-compiler:2.2.6 '
64
- implementation ' androidx.room:room-runtime:2.2.6 '
65
- annotationProcessor ' androidx.room:room-compiler:2.2.6 '
63
+ kapt ' androidx.room:room-compiler:2.3.0 '
64
+ implementation ' androidx.room:room-runtime:2.3.0 '
65
+ annotationProcessor ' androidx.room:room-compiler:2.3.0 '
66
66
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:4.1.3 '
12
+ classpath ' com.android.tools.build:gradle:4.2.1 '
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
15
15
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -bin.zip
You can’t perform that action at this time.
0 commit comments