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,14 +56,14 @@ android {
5656}
5757
5858dependencies {
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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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