diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index 008b25a8..bd3aaf3d 100644 --- a/admob/app/build.gradle.kts +++ b/admob/app/build.gradle.kts @@ -36,12 +36,12 @@ dependencies { implementation("androidx.legacy:legacy-support-v4:1.0.0") implementation("androidx.browser:browser:1.5.0") implementation("androidx.appcompat:appcompat:1.7.0") - implementation("com.google.firebase:firebase-ads:23.3.0") + implementation("com.google.firebase:firebase-ads:23.4.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.multidex:multidex:2.0.1") // [START gradle_play_config] - implementation("com.google.android.gms:play-services-ads:23.3.0") + implementation("com.google.android.gms:play-services-ads:23.4.0") // [END gradle_play_config] // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) diff --git a/build.gradle.kts b/build.gradle.kts index 6bb48c98..cb48d7e1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("com.google.gms.google-services") version "4.4.2" apply false id("com.google.firebase.crashlytics") version "3.0.2" apply false id("com.google.firebase.firebase-perf") version "1.4.2" apply false - id("androidx.navigation.safeargs") version "2.8.0" apply false + id("androidx.navigation.safeargs") version "2.8.1" apply false id("com.github.ben-manes.versions") version "0.51.0" apply true } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2400e25..c142dc62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,9 +6,9 @@ coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -lifecycleRuntimeKtx = "2.8.5" +lifecycleRuntimeKtx = "2.8.6" activityCompose = "1.9.2" -composeBom = "2024.09.01" +composeBom = "2024.09.02" reactiveStreams = "1.0.4" vertexAI = "16.0.0-beta04" diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 52ac4e59..c92dfb89 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -53,5 +53,5 @@ dependencies { implementation("com.google.android.gms:play-services-auth:21.2.0") implementation("androidx.work:work-runtime-ktx:2.9.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") }