@@ -52,21 +52,21 @@ dependencies {
5252 implementation(" androidx.appcompat:appcompat:1.7.1" )
5353 implementation(" com.google.android.material:material:1.12.0" )
5454 implementation(" androidx.browser:browser:1.5.0" )
55- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.2 " )
56- implementation(" androidx.navigation:navigation-ui-ktx:2.9.2 " )
55+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.3 " )
56+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.3 " )
5757
5858 implementation(" com.google.android.gms:play-services-ads:23.3.0" )
5959
6060 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
61- implementation(platform(" com.google.firebase:firebase-bom:33.16 .0" ))
61+ implementation(platform(" com.google.firebase:firebase-bom:34.0 .0" ))
6262
6363 // For an optimal experience using AdMob, add the Firebase SDK
6464 // for Google Analytics. This is recommended, but not required.
6565 implementation(" com.google.firebase:firebase-analytics" )
6666
6767 debugImplementation(" androidx.fragment:fragment-testing:1.8.8" )
68- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
69- androidTestImplementation(" androidx.test:rules:1.6.1 " )
70- androidTestImplementation(" androidx.test:runner:1.6.2 " )
71- androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
68+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0 " )
69+ androidTestImplementation(" androidx.test:rules:1.7.0 " )
70+ androidTestImplementation(" androidx.test:runner:1.7.0 " )
71+ androidTestImplementation(" androidx.test.ext:junit:1.3.0 " )
7272}
0 commit comments