File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ android {
6363}
6464
6565dependencies {
66- implementation ' com.github.SimpleMobileTools:Simple-Commons:2752395357 '
66+ implementation ' com.github.SimpleMobileTools:Simple-Commons:faa6a972c2 '
6767 implementation ' com.googlecode.ez-vcard:ez-vcard:0.11.3'
6868 implementation ' com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969 implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
7070
71- kapt " androidx.room:room-compiler:2.3.0 "
72- implementation " androidx.room:room-runtime:2.3.0 "
73- annotationProcessor " androidx.room:room-compiler:2.3.0 "
71+ kapt " androidx.room:room-compiler:2.4.2 "
72+ implementation " androidx.room:room-runtime:2.4.2 "
73+ annotationProcessor " androidx.room:room-compiler:2.4.2 "
7474}
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.6.10 '
4+ ext. kotlin_version = ' 1.6.21 '
55
66 repositories {
77 google()
88 jcenter()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:7.1.2 '
12+ classpath ' com.android.tools.build:gradle:7.1.3 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
1515 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments