File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
31
31
dependencies {
32
32
implementation ' androidx.appcompat:appcompat:1.5.1'
33
- implementation ' com.google.android.material:material:1.6.1 '
33
+ implementation ' com.google.android.material:material:1.7.0 '
34
34
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
35
35
36
36
implementation ' com.google.firebase:firebase-appcheck:16.1.0'
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.6.1 '
30
+ implementation ' com.google.android.material:material:1.7.0 '
31
31
implementation ' androidx.activity:activity:1.6.0'
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.5.1'
38
- implementation ' com.google.android.material:material:1.6.1 '
38
+ implementation ' com.google.android.material:material:1.7.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 @@ -27,8 +27,8 @@ dependencies {
27
27
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
28
28
implementation ' androidx.appcompat:appcompat:1.5.1'
29
29
30
- implementation ' com.google.firebase:firebase-crashlytics:18.3.0 '
31
- implementation ' com.google.firebase:firebase-crashlytics-ktx:18.3.0 '
30
+ implementation ' com.google.firebase:firebase-crashlytics:18.3.1 '
31
+ implementation ' com.google.firebase:firebase-crashlytics-ktx:18.3.1 '
32
32
33
33
// For an optimal experience using Crashlytics, add the Firebase SDK
34
34
// for Google Analytics. This is recommended, but not required.
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.6.1 '
31
+ implementation ' com.google.android.material:material:1.7.0 '
32
32
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
33
33
}
You can’t perform that action at this time.
0 commit comments