@@ -413,7 +413,7 @@ dependencies {
413413 devDebugImplementation(" com.squareup.leakcanary:leakcanary-android:2.14" )
414414 // uiTests is the build type for testing.
415415 // noinspection FragmentGradleConfiguration
416- uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.7 " )
416+ uiTestsImplementation(" androidx.fragment:fragment-testing:1.8.9 " )
417417 uiTestsImplementation(" androidx.test:core-ktx:1.7.0" )
418418
419419 androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
@@ -476,12 +476,12 @@ dependencies {
476476 implementation(" androidx.navigation:navigation-runtime-ktx:2.9.3" )
477477 implementation(" androidx.webkit:webkit:1.14.0" )
478478
479- implementation(" com.google.android.gms:play-services-base:18.7.0 " )
479+ implementation(" com.google.android.gms:play-services-base:18.7.2 " )
480480 implementation(" com.google.android.gms:play-services-auth:21.3.0" )
481481 implementation(" com.google.android.material:material:1.13.0" )
482482 implementation(" com.google.android.flexbox:flexbox:3.0.0" )
483483 implementation(" com.google.code.gson:gson:2.13.1" )
484- implementation(" com.google.api-client:google-api-client-android:2.8.0 " )
484+ implementation(" com.google.api-client:google-api-client-android:2.8.1 " )
485485 implementation(" com.google.apis:google-api-services-gmail:v1-rev20250630-2.0.0" )
486486 // ACRA needs the following dependency to use a custom report sender
487487 implementation(" com.google.auto.service:auto-service-annotations:1.1.1" )
0 commit comments