Skip to content

Commit a499e1c

Browse files
committed
Update dependencies to the latest version
1 parent 97ab8cd commit a499e1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)