File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ dependencies {
3636 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
3737 implementation(" androidx.browser:browser:1.5.0" )
3838 implementation(" androidx.appcompat:appcompat:1.7.0" )
39- implementation(" com.google.firebase:firebase-ads:23.3 .0" )
39+ implementation(" com.google.firebase:firebase-ads:23.4 .0" )
4040 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
4141 implementation(" androidx.multidex:multidex:2.0.1" )
4242
4343 // [START gradle_play_config]
44- implementation(" com.google.android.gms:play-services-ads:23.3 .0" )
44+ implementation(" com.google.android.gms:play-services-ads:23.4 .0" )
4545 // [END gradle_play_config]
4646
4747 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
99 id(" com.google.firebase.crashlytics" ) version " 3.0.2" apply false
1010 id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11- id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
11+ id(" androidx.navigation.safeargs" ) version " 2.8.1 " apply false
1212 id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
1313}
1414
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ coreKtx = "1.13.1"
66junit = " 4.13.2"
77junitVersion = " 1.2.1"
88espressoCore = " 3.6.1"
9- lifecycleRuntimeKtx = " 2.8.5 "
9+ lifecycleRuntimeKtx = " 2.8.6 "
1010activityCompose = " 1.9.2"
11- composeBom = " 2024.09.01 "
11+ composeBom = " 2024.09.02 "
1212reactiveStreams = " 1.0.4"
1313vertexAI = " 16.0.0-beta04"
1414
Original file line number Diff line number Diff line change @@ -53,5 +53,5 @@ dependencies {
5353
5454 implementation(" com.google.android.gms:play-services-auth:21.2.0" )
5555 implementation(" androidx.work:work-runtime-ktx:2.9.1" )
56- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
56+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.6 " )
5757}
You can’t perform that action at this time.
0 commit comments