diff --git a/java/admanager/AppOpenExample/app/build.gradle b/java/admanager/AppOpenExample/app/build.gradle index e025ab2db..d39f7e33a 100644 --- a/java/admanager/AppOpenExample/app/build.gradle +++ b/java/admanager/AppOpenExample/app/build.gradle @@ -25,6 +25,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.lifecycle:lifecycle-process:2.8.3" - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admanager/BannerExample/app/build.gradle b/java/admanager/BannerExample/app/build.gradle index 3bbd6fba4..955f90d85 100644 --- a/java/admanager/BannerExample/app/build.gradle +++ b/java/admanager/BannerExample/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admanager/InterstitialExample/app/build.gradle b/java/admanager/InterstitialExample/app/build.gradle index d0c5a8d81..2ef0a9728 100644 --- a/java/admanager/InterstitialExample/app/build.gradle +++ b/java/admanager/InterstitialExample/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admanager/NativeAdsExample/app/build.gradle b/java/admanager/NativeAdsExample/app/build.gradle index ab1c4c8da..57f14816a 100644 --- a/java/admanager/NativeAdsExample/app/build.gradle +++ b/java/admanager/NativeAdsExample/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admanager/RewardedInterstitialExample/app/build.gradle b/java/admanager/RewardedInterstitialExample/app/build.gradle index c613a2123..e1bb8a9ae 100644 --- a/java/admanager/RewardedInterstitialExample/app/build.gradle +++ b/java/admanager/RewardedInterstitialExample/app/build.gradle @@ -22,6 +22,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admanager/RewardedVideoExample/app/build.gradle b/java/admanager/RewardedVideoExample/app/build.gradle index f8c998ac2..93ed3ea78 100644 --- a/java/admanager/RewardedVideoExample/app/build.gradle +++ b/java/admanager/RewardedVideoExample/app/build.gradle @@ -22,6 +22,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admob/AppOpenExample/app/build.gradle b/java/admob/AppOpenExample/app/build.gradle index 43eb327e9..140576382 100644 --- a/java/admob/AppOpenExample/app/build.gradle +++ b/java/admob/AppOpenExample/app/build.gradle @@ -24,6 +24,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.lifecycle:lifecycle-process:2.8.4" - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admob/BannerExample/app/build.gradle b/java/admob/BannerExample/app/build.gradle index 646a1a15a..6a7cc9140 100644 --- a/java/admob/BannerExample/app/build.gradle +++ b/java/admob/BannerExample/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admob/FullScreenNativeExample/app/build.gradle b/java/admob/FullScreenNativeExample/app/build.gradle index c4dff2ef6..d523b118a 100644 --- a/java/admob/FullScreenNativeExample/app/build.gradle +++ b/java/admob/FullScreenNativeExample/app/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' } diff --git a/java/admob/InterstitialExample/app/build.gradle b/java/admob/InterstitialExample/app/build.gradle index d0c5a8d81..2ef0a9728 100644 --- a/java/admob/InterstitialExample/app/build.gradle +++ b/java/admob/InterstitialExample/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admob/NativeAdvancedExample/app/build.gradle b/java/admob/NativeAdvancedExample/app/build.gradle index 65139fe4d..c9b2d2040 100644 --- a/java/admob/NativeAdvancedExample/app/build.gradle +++ b/java/admob/NativeAdvancedExample/app/build.gradle @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admob/RewardedInterstitialExample/app/build.gradle b/java/admob/RewardedInterstitialExample/app/build.gradle index c613a2123..e1bb8a9ae 100644 --- a/java/admob/RewardedInterstitialExample/app/build.gradle +++ b/java/admob/RewardedInterstitialExample/app/build.gradle @@ -22,6 +22,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/admob/RewardedVideoExample/app/build.gradle b/java/admob/RewardedVideoExample/app/build.gradle index f8c998ac2..93ed3ea78 100644 --- a/java/admob/RewardedVideoExample/app/build.gradle +++ b/java/admob/RewardedVideoExample/app/build.gradle @@ -22,6 +22,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/java/advanced/APIDemo/app/build.gradle b/java/advanced/APIDemo/app/build.gradle index ab4ad123f..afa47f12e 100644 --- a/java/advanced/APIDemo/app/build.gradle +++ b/java/advanced/APIDemo/app/build.gradle @@ -26,6 +26,6 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' } diff --git a/java/advanced/InlineAdaptiveBannerExample/app/build.gradle b/java/advanced/InlineAdaptiveBannerExample/app/build.gradle index 8a5ce4e8c..72bb6f981 100644 --- a/java/advanced/InlineAdaptiveBannerExample/app/build.gradle +++ b/java/advanced/InlineAdaptiveBannerExample/app/build.gradle @@ -22,6 +22,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'androidx.window:window:1.2.0' } diff --git a/kotlin/admanager/AppOpenExample/app/build.gradle b/kotlin/admanager/AppOpenExample/app/build.gradle index b95895e87..a2d230edb 100644 --- a/kotlin/admanager/AppOpenExample/app/build.gradle +++ b/kotlin/admanager/AppOpenExample/app/build.gradle @@ -38,6 +38,6 @@ dependencies { implementation "androidx.lifecycle:lifecycle-process:2.8.3" implementation 'androidx.multidex:multidex:2.0.1' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admanager/BannerExample/app/build.gradle b/kotlin/admanager/BannerExample/app/build.gradle index e401424db..8423d9d56 100644 --- a/kotlin/admanager/BannerExample/app/build.gradle +++ b/kotlin/admanager/BannerExample/app/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/kotlin/admanager/InterstitialExample/app/build.gradle b/kotlin/admanager/InterstitialExample/app/build.gradle index 6ff893646..5b84e7a3c 100644 --- a/kotlin/admanager/InterstitialExample/app/build.gradle +++ b/kotlin/admanager/InterstitialExample/app/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/kotlin/admanager/NativeAdsExample/app/build.gradle b/kotlin/admanager/NativeAdsExample/app/build.gradle index e558ff2f2..34c10b732 100644 --- a/kotlin/admanager/NativeAdsExample/app/build.gradle +++ b/kotlin/admanager/NativeAdsExample/app/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admanager/RewardedInterstitialExample/app/build.gradle b/kotlin/admanager/RewardedInterstitialExample/app/build.gradle index 752dbb61d..d9aafd072 100644 --- a/kotlin/admanager/RewardedInterstitialExample/app/build.gradle +++ b/kotlin/admanager/RewardedInterstitialExample/app/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admanager/RewardedVideoExample/app/build.gradle b/kotlin/admanager/RewardedVideoExample/app/build.gradle index a87b39f74..5bc8743a4 100644 --- a/kotlin/admanager/RewardedVideoExample/app/build.gradle +++ b/kotlin/admanager/RewardedVideoExample/app/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admob/AppOpenExample/app/build.gradle b/kotlin/admob/AppOpenExample/app/build.gradle index e9f47977d..65446d842 100644 --- a/kotlin/admob/AppOpenExample/app/build.gradle +++ b/kotlin/admob/AppOpenExample/app/build.gradle @@ -40,6 +40,6 @@ dependencies { implementation "androidx.lifecycle:lifecycle-process:2.8.3" implementation 'androidx.multidex:multidex:2.0.1' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admob/BannerExample/app/build.gradle b/kotlin/admob/BannerExample/app/build.gradle index f9781a163..5763d39bf 100644 --- a/kotlin/admob/BannerExample/app/build.gradle +++ b/kotlin/admob/BannerExample/app/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admob/InterstitialExample/app/build.gradle b/kotlin/admob/InterstitialExample/app/build.gradle index e7dd43a0b..0879fe87f 100644 --- a/kotlin/admob/InterstitialExample/app/build.gradle +++ b/kotlin/admob/InterstitialExample/app/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/kotlin/admob/NativeAdvancedExample/app/build.gradle b/kotlin/admob/NativeAdvancedExample/app/build.gradle index ffaf824f0..bdf255c6e 100644 --- a/kotlin/admob/NativeAdvancedExample/app/build.gradle +++ b/kotlin/admob/NativeAdvancedExample/app/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admob/RewardedInterstitialExample/app/build.gradle b/kotlin/admob/RewardedInterstitialExample/app/build.gradle index 6c9f909cf..8c22a3685 100644 --- a/kotlin/admob/RewardedInterstitialExample/app/build.gradle +++ b/kotlin/admob/RewardedInterstitialExample/app/build.gradle @@ -35,6 +35,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/admob/RewardedVideoExample/app/build.gradle b/kotlin/admob/RewardedVideoExample/app/build.gradle index 736bf7f79..3da30b70a 100644 --- a/kotlin/admob/RewardedVideoExample/app/build.gradle +++ b/kotlin/admob/RewardedVideoExample/app/build.gradle @@ -36,6 +36,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' implementation 'com.google.android.ump:user-messaging-platform:3.0.0' } diff --git a/kotlin/advanced/APIDemo/app/build.gradle b/kotlin/advanced/APIDemo/app/build.gradle index 0e1d79e92..98cf7abc2 100644 --- a/kotlin/advanced/APIDemo/app/build.gradle +++ b/kotlin/advanced/APIDemo/app/build.gradle @@ -36,5 +36,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' - implementation 'com.google.android.gms:play-services-ads:23.4.0' + implementation 'com.google.android.gms:play-services-ads:23.5.0' } diff --git a/kotlin/advanced/InlineAdaptiveBannerExample/app/build.gradle.kts b/kotlin/advanced/InlineAdaptiveBannerExample/app/build.gradle.kts index d85374106..68e2b7489 100644 --- a/kotlin/advanced/InlineAdaptiveBannerExample/app/build.gradle.kts +++ b/kotlin/advanced/InlineAdaptiveBannerExample/app/build.gradle.kts @@ -42,5 +42,5 @@ dependencies { implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.recyclerview:recyclerview:1.3.2") - implementation("com.google.android.gms:play-services-ads:23.4.0") + implementation("com.google.android.gms:play-services-ads:23.5.0") } diff --git a/kotlin/advanced/JetpackComposeDemo/app/build.gradle.kts b/kotlin/advanced/JetpackComposeDemo/app/build.gradle.kts index 84a2eabd5..79158c57a 100644 --- a/kotlin/advanced/JetpackComposeDemo/app/build.gradle.kts +++ b/kotlin/advanced/JetpackComposeDemo/app/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation("androidx.compose.foundation:foundation") implementation("androidx.navigation:navigation-compose:2.7.7") implementation("androidx.navigation:navigation-runtime-ktx:2.7.7") - implementation("com.google.android.gms:play-services-ads:23.3.0") + implementation("com.google.android.gms:play-services-ads:23.5.0") implementation("com.google.android.ump:user-messaging-platform:3.0.0") implementation(project(":compose-util")) debugImplementation("androidx.compose.ui:ui-tooling") diff --git a/kotlin/advanced/JetpackComposeDemo/compose-util/build.gradle.kts b/kotlin/advanced/JetpackComposeDemo/compose-util/build.gradle.kts index e30748a5c..de428efd0 100644 --- a/kotlin/advanced/JetpackComposeDemo/compose-util/build.gradle.kts +++ b/kotlin/advanced/JetpackComposeDemo/compose-util/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("androidx.compose.ui:ui-graphics:1.7.3") implementation("androidx.compose.material3:material3") implementation("androidx.compose.foundation:foundation") - implementation("com.google.android.gms:play-services-ads:23.3.0") + implementation("com.google.android.gms:play-services-ads:23.5.0") implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.4") debugImplementation("androidx.compose.ui:ui-tooling") } diff --git a/kotlin/advanced/JetpackComposeDemo/gradle/wrapper/gradle-wrapper.properties b/kotlin/advanced/JetpackComposeDemo/gradle/wrapper/gradle-wrapper.properties index 7c90afec6..1aa12bfc2 100644 --- a/kotlin/advanced/JetpackComposeDemo/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/advanced/JetpackComposeDemo/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Oct 23 13:18:45 PDT 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.8-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists