Skip to content

Commit ee76989

Browse files
committed
updating commons and gradle
1 parent 7c40d65 commit ee76989

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation 'com.github.SimpleMobileTools:Simple-Commons:4205290a44'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:f07ca31126'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
6161
implementation 'androidx.documentfile:documentfile:1.0.1'
6262

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'
6666
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.1.3'
12+
classpath 'com.android.tools.build:gradle:4.2.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)