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 {
11
11
targetSdkVersion 33
12
12
versionCode 1
13
13
versionName " 1.0"
14
-
14
+ multiDexEnabled true
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
17
17
@@ -30,7 +30,7 @@ android {
30
30
31
31
dependencies {
32
32
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'
34
34
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
35
35
36
36
implementation ' com.google.firebase:firebase-appcheck:16.1.1'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation ' androidx.browser:browser:1.0.0'
28
28
implementation ' androidx.cardview:cardview:1.0.0'
29
29
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'
31
31
implementation ' androidx.activity:activity:1.6.1'
32
32
33
33
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 {
35
35
dependencies {
36
36
implementation ' androidx.core:core-ktx:1.9.0'
37
37
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'
39
39
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
40
40
41
41
// Remote Config
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ dependencies {
28
28
implementation ' androidx.recyclerview:recyclerview:1.2.1'
29
29
implementation ' com.google.firebase:firebase-dynamic-links:21.1.0'
30
30
31
- implementation ' com.google.android.material:material:1.7 .0'
31
+ implementation ' com.google.android.material:material:1.8 .0'
32
32
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
33
33
}
You can’t perform that action at this time.
0 commit comments