aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b7c5500..bb096ae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -96,7 +96,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.9.0"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.activity:activity-ktx:1.6.1"
- implementation "androidx.fragment:fragment-ktx:1.5.4"
+ implementation "androidx.fragment:fragment-ktx:1.5.5"
implementation "androidx.work:work-runtime-ktx:2.7.1"
implementation 'androidx.preference:preference-ktx:1.2.0'
@@ -112,7 +112,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
// Firebase, sigh ... (only Google Play)
- playImplementation 'com.google.firebase:firebase-messaging:23.1.0'
+ playImplementation 'com.google.firebase:firebase-messaging:23.1.1'
// RecyclerView
implementation "androidx.recyclerview:recyclerview:1.3.0-rc01"
@@ -121,7 +121,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
// Material design
- implementation "com.google.android.material:material:1.6.1"
+ implementation "com.google.android.material:material:1.7.0"
// LiveData
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"