File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 targetSdkVersion 33
1212 versionCode 1
1313 versionName " 1.0"
14-
14+ multiDexEnabled true
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 }
1717
@@ -30,7 +30,7 @@ android {
3030
3131dependencies {
3232 implementation ' androidx.appcompat:appcompat:1.6.0'
33- implementation ' com.google.android.material:material:1.7 .0'
33+ implementation ' com.google.android.material:material:1.8 .0'
3434 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
3535
3636 implementation ' com.google.firebase:firebase-appcheck:16.1.1'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation ' androidx.browser:browser:1.0.0'
2828 implementation ' androidx.cardview:cardview:1.0.0'
2929 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
30- implementation ' com.google.android.material:material:1.7 .0'
30+ implementation ' com.google.android.material:material:1.8 .0'
3131 implementation ' androidx.activity:activity:1.6.1'
3232
3333 implementation " com.google.firebase:firebase-auth-ktx:21.1.0"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
3535dependencies {
3636 implementation ' androidx.core:core-ktx:1.9.0'
3737 implementation ' androidx.appcompat:appcompat:1.6.0'
38- implementation ' com.google.android.material:material:1.7 .0'
38+ implementation ' com.google.android.material:material:1.8 .0'
3939 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4040
4141 // Remote Config
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ dependencies {
2828 implementation ' androidx.recyclerview:recyclerview:1.2.1'
2929 implementation ' com.google.firebase:firebase-dynamic-links:21.1.0'
3030
31- implementation ' com.google.android.material:material:1.7 .0'
31+ implementation ' com.google.android.material:material:1.8 .0'
3232 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
3333}
You can’t perform that action at this time.
0 commit comments