File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ dependencies {
147147 // List of KTX extensions
148148 // https://developer.android.com/kotlin/ktx/extensions-list
149149 implementation(" androidx.core:core-ktx:1.9.0" )
150- implementation(" androidx.activity:activity-ktx:1.5.1 " )
151- implementation(" androidx.fragment:fragment-ktx:1.5.2 " )
150+ implementation(" androidx.activity:activity-ktx:1.6.0 " )
151+ implementation(" androidx.fragment:fragment-ktx:1.5.3 " )
152152
153153 // Lifecycle
154154 // https://developer.android.com/jetpack/androidx/releases/lifecycle
@@ -220,8 +220,10 @@ dependencies {
220220
221221 // firebase
222222 // https://firebase.google.com/docs/android/setup
223- implementation(" com.google.firebase:firebase-analytics:21.1.1" )
224- implementation(" com.google.firebase:firebase-crashlytics:18.2.13" )
223+ implementation(platform(" com.google.firebase:firebase-bom:30.5.0" ))
224+ implementation(" com.google.firebase:firebase-analytics-ktx" )
225+ implementation(" com.google.firebase:firebase-crashlytics-ktx" )
226+ implementation(" com.google.firebase:firebase-messaging-ktx" )
225227
226228 // lottie
227229 // https://github.com/airbnb/lottie-android
You can’t perform that action at this time.
0 commit comments