Skip to content

Commit 3b1ee82

Browse files
committed
updating commons, room, gradle
1 parent 9e5430a commit 3b1ee82

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,14 +56,14 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation 'com.github.SimpleMobileTools:Simple-Commons:9e7ab2f67d'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:ee14aec731'
6060
implementation 'org.greenrobot:eventbus:3.2.0'
6161
implementation 'com.klinkerapps:android-smsmms:5.2.6'
6262
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'
6363
implementation "me.leolin:ShortcutBadger:1.1.22"
6464
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
6565

66-
kapt "androidx.room:room-compiler:2.2.6"
67-
implementation "androidx.room:room-runtime:2.2.6"
68-
annotationProcessor "androidx.room:room-compiler:2.2.6"
66+
kapt "androidx.room:room-compiler:2.3.0"
67+
implementation "androidx.room:room-runtime:2.3.0"
68+
annotationProcessor "androidx.room:room-compiler:2.3.0"
6969
}

build.gradle

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

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.3'
11+
classpath 'com.android.tools.build:gradle:4.2.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// 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)