File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
dependencies {
33
33
implementation fileTree(dir : " libs" , include : [" *.jar" ])
34
34
35
- implementation ' androidx.appcompat:appcompat:1.6.1 '
35
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
36
36
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
37
37
implementation " androidx.core:core-splashscreen:1.0.1"
38
38
implementation ' androidx.room:room-runtime:2.6.1'
@@ -41,7 +41,7 @@ dependencies {
41
41
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
42
42
43
43
implementation platform(' com.google.firebase:firebase-bom:31.1.0' )
44
- implementation ' com.google.android.material:material:1.11 .0'
44
+ implementation ' com.google.android.material:material:1.12 .0'
45
45
implementation ' com.google.firebase:firebase-analytics'
46
46
implementation ' com.google.firebase:firebase-crashlytics'
47
47
implementation ' com.google.firebase:firebase-perf'
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ buildscript {
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:8.2.2'
9
9
classpath ' com.diffplug.spotless:spotless-plugin-gradle:6.11.0'
10
- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.9 '
10
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.2 '
11
11
classpath ' com.google.firebase:perf-plugin:1.4.2'
12
- classpath ' com.google.gms:google-services:4.4.1 '
12
+ classpath ' com.google.gms:google-services:4.4.2 '
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
15
15
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments