@@ -52,21 +52,21 @@ dependencies {
52
52
implementation(" androidx.appcompat:appcompat:1.7.1" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
54
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 " )
57
57
58
58
implementation(" com.google.android.gms:play-services-ads:23.3.0" )
59
59
60
60
// 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" ))
62
62
63
63
// For an optimal experience using AdMob, add the Firebase SDK
64
64
// for Google Analytics. This is recommended, but not required.
65
65
implementation(" com.google.firebase:firebase-analytics" )
66
66
67
67
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 " )
72
72
}
0 commit comments