File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ dependencies {
5252 implementation ' com.google.firebase:firebase-messaging-ktx'
5353 implementation ' com.squareup.okhttp3:okhttp:4.10.0'
5454 implementation ' com.jakewharton.timber:timber:5.0.1'
55- implementation ' androidx.preference:preference:1.2.1'
55+ implementation ' androidx.preference:preference-ktx :1.2.1'
5656 implementation ' androidx.work:work-runtime-ktx:2.7.1'
5757 implementation ' androidx.core:core-ktx:1.9.0'
5858 implementation " androidx.cardview:cardview:1.0.0"
5959 implementation ' com.beust:klaxon:5.5'
6060 implementation ' androidx.appcompat:appcompat:1.6.1'
6161 implementation ' org.apache.commons:commons-text:1.9'
62- implementation ' com.google.android.material:material:1.8 .0'
62+ implementation ' com.google.android.material:material:1.9 .0'
6363 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
6464 testImplementation ' junit:junit:4.13.2'
6565 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88 dependencies {
99 // Add this line
10- classpath ' com.google.gms:google-services:4.3.14 '
10+ classpath ' com.google.gms:google-services:4.3.15 '
1111 }
1212}
1313
You can’t perform that action at this time.
0 commit comments