diff --git a/java/admanager/AppOpenExample/app/build.gradle b/java/admanager/AppOpenExample/app/build.gradle index bacd4909f..b818f7969 100644 --- a/java/admanager/AppOpenExample/app/build.gradle +++ b/java/admanager/AppOpenExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: "com.android.application" android { namespace 'com.google.android.gms.example.appopendemo' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.appopendemo" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -24,7 +24,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' def lifecycle_version = '2.6.2' diff --git a/java/admanager/AppOpenExample/build.gradle b/java/admanager/AppOpenExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admanager/AppOpenExample/build.gradle +++ b/java/admanager/AppOpenExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties b/java/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties index 7cd9be5d9..f5da588c2 100644 --- a/java/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/java/admanager/BannerExample/app/build.gradle b/java/admanager/BannerExample/app/build.gradle index 18ef8d73d..906460931 100644 --- a/java/admanager/BannerExample/app/build.gradle +++ b/java/admanager/BannerExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.android.gms.example.bannerexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.bannerexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admanager/BannerExample/build.gradle b/java/admanager/BannerExample/build.gradle index 201bcfdb4..02769c417 100644 --- a/java/admanager/BannerExample/build.gradle +++ b/java/admanager/BannerExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/java/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties b/java/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties index 7ce0aa38f..922c1f4c1 100644 --- a/java/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admanager/InterstitialExample/app/build.gradle b/java/admanager/InterstitialExample/app/build.gradle index 95ad3c564..44c317abc 100644 --- a/java/admanager/InterstitialExample/app/build.gradle +++ b/java/admanager/InterstitialExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.android.gms.example.interstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.interstitialexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admanager/InterstitialExample/build.gradle b/java/admanager/InterstitialExample/build.gradle index 201bcfdb4..02769c417 100644 --- a/java/admanager/InterstitialExample/build.gradle +++ b/java/admanager/InterstitialExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/java/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties b/java/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties index dd45b3fb0..4f35b5af4 100644 --- a/java/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admanager/NativeAdsExample/app/build.gradle b/java/admanager/NativeAdsExample/app/build.gradle index 71393c480..e3b1d9f62 100644 --- a/java/admanager/NativeAdsExample/app/build.gradle +++ b/java/admanager/NativeAdsExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.example.gms.nativeadsexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.example.gms.nativeadsexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admanager/NativeAdsExample/build.gradle b/java/admanager/NativeAdsExample/build.gradle index 201bcfdb4..02769c417 100644 --- a/java/admanager/NativeAdsExample/build.gradle +++ b/java/admanager/NativeAdsExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/java/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties b/java/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties index 7cd9be5d9..f5da588c2 100644 --- a/java/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/java/admanager/RewardedInterstitialExample/app/build.gradle b/java/admanager/RewardedInterstitialExample/app/build.gradle index 54fb6a621..c08640a38 100644 --- a/java/admanager/RewardedInterstitialExample/app/build.gradle +++ b/java/admanager/RewardedInterstitialExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.ads.rewardedinterstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.ads.rewardedinterstitialexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admanager/RewardedInterstitialExample/build.gradle b/java/admanager/RewardedInterstitialExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admanager/RewardedInterstitialExample/build.gradle +++ b/java/admanager/RewardedInterstitialExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties b/java/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties index 064228d90..b041f3047 100644 --- a/java/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admanager/RewardedVideoExample/app/build.gradle b/java/admanager/RewardedVideoExample/app/build.gradle index a447f6236..f4887221b 100644 --- a/java/admanager/RewardedVideoExample/app/build.gradle +++ b/java/admanager/RewardedVideoExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.ads.rewardedvideoexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.ads.rewardedvideoexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admanager/RewardedVideoExample/build.gradle b/java/admanager/RewardedVideoExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admanager/RewardedVideoExample/build.gradle +++ b/java/admanager/RewardedVideoExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties b/java/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties index 1afab8139..316d160c3 100644 --- a/java/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admob/AppOpenExample/app/build.gradle b/java/admob/AppOpenExample/app/build.gradle index c39e69aea..348286dc0 100644 --- a/java/admob/AppOpenExample/app/build.gradle +++ b/java/admob/AppOpenExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: "com.android.application" android { namespace 'com.google.android.gms.example.appopenexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.appopenexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -24,7 +24,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" diff --git a/java/admob/AppOpenExample/build.gradle b/java/admob/AppOpenExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/AppOpenExample/build.gradle +++ b/java/admob/AppOpenExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties index 7cd9be5d9..f5da588c2 100644 --- a/java/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/java/admob/BannerExample/app/build.gradle b/java/admob/BannerExample/app/build.gradle index e0a70d637..66dda2b86 100644 --- a/java/admob/BannerExample/app/build.gradle +++ b/java/admob/BannerExample/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' android { namespace 'com.google.android.gms.example.bannerexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.bannerexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" multiDexEnabled true @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admob/BannerExample/build.gradle b/java/admob/BannerExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/BannerExample/build.gradle +++ b/java/admob/BannerExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties index 0bbce0c90..95eab6f37 100644 --- a/java/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admob/FullScreenNativeExample/app/build.gradle b/java/admob/FullScreenNativeExample/app/build.gradle index 0270ca8ce..3b8537b88 100644 --- a/java/admob/FullScreenNativeExample/app/build.gradle +++ b/java/admob/FullScreenNativeExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: "com.android.application" android { namespace "com.google.example.gms.fullscreennativeexample" - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.fullscreennativeexample" minSdkVersion 19 multiDexEnabled = true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -25,5 +25,5 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'com.google.android.exoplayer:exoplayer:2.18.6' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' } diff --git a/java/admob/FullScreenNativeExample/build.gradle b/java/admob/FullScreenNativeExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/FullScreenNativeExample/build.gradle +++ b/java/admob/FullScreenNativeExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/FullScreenNativeExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/FullScreenNativeExample/gradle/wrapper/gradle-wrapper.properties index 7cd9be5d9..f5da588c2 100644 --- a/java/admob/FullScreenNativeExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/FullScreenNativeExample/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/java/admob/InterstitialExample/app/build.gradle b/java/admob/InterstitialExample/app/build.gradle index 95ad3c564..44c317abc 100644 --- a/java/admob/InterstitialExample/app/build.gradle +++ b/java/admob/InterstitialExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.android.gms.example.interstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.interstitialexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admob/InterstitialExample/build.gradle b/java/admob/InterstitialExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/InterstitialExample/build.gradle +++ b/java/admob/InterstitialExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties index 8d2f457a6..e1810dc8c 100644 --- a/java/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admob/NativeAdvancedExample/app/build.gradle b/java/admob/NativeAdvancedExample/app/build.gradle index 7487c1f88..d077d6e28 100644 --- a/java/admob/NativeAdvancedExample/app/build.gradle +++ b/java/admob/NativeAdvancedExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.example.gms.nativeadvancedexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.example.gms.nativeadvancedexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -21,6 +21,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admob/NativeAdvancedExample/build.gradle b/java/admob/NativeAdvancedExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/NativeAdvancedExample/build.gradle +++ b/java/admob/NativeAdvancedExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties index 18cd81789..c238c84d8 100644 --- a/java/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admob/RewardedInterstitialExample/app/build.gradle b/java/admob/RewardedInterstitialExample/app/build.gradle index 54fb6a621..c08640a38 100644 --- a/java/admob/RewardedInterstitialExample/app/build.gradle +++ b/java/admob/RewardedInterstitialExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.ads.rewardedinterstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.ads.rewardedinterstitialexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admob/RewardedInterstitialExample/build.gradle b/java/admob/RewardedInterstitialExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/RewardedInterstitialExample/build.gradle +++ b/java/admob/RewardedInterstitialExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties index 064228d90..b041f3047 100644 --- a/java/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/admob/RewardedVideoExample/app/build.gradle b/java/admob/RewardedVideoExample/app/build.gradle index a447f6236..f4887221b 100644 --- a/java/admob/RewardedVideoExample/app/build.gradle +++ b/java/admob/RewardedVideoExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.ads.rewardedvideoexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.ads.rewardedvideoexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/java/admob/RewardedVideoExample/build.gradle b/java/admob/RewardedVideoExample/build.gradle index 5b79f1f8f..77cade830 100644 --- a/java/admob/RewardedVideoExample/build.gradle +++ b/java/admob/RewardedVideoExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' } } diff --git a/java/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties b/java/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties index 064228d90..b041f3047 100644 --- a/java/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/advanced/APIDemo/app/build.gradle b/java/advanced/APIDemo/app/build.gradle index 0f6320773..8de94ab32 100644 --- a/java/advanced/APIDemo/app/build.gradle +++ b/java/advanced/APIDemo/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.android.gms.example.apidemo' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.apidemo" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -21,5 +21,5 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' } diff --git a/java/advanced/APIDemo/build.gradle b/java/advanced/APIDemo/build.gradle index 201bcfdb4..02769c417 100644 --- a/java/advanced/APIDemo/build.gradle +++ b/java/advanced/APIDemo/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/java/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties b/java/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties index 621b3047d..8850a501f 100644 --- a/java/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties +++ b/java/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/java/advanced/BannerRecyclerViewExample/app/build.gradle b/java/advanced/BannerRecyclerViewExample/app/build.gradle index a00fe6039..7400ee28d 100644 --- a/java/advanced/BannerRecyclerViewExample/app/build.gradle +++ b/java/advanced/BannerRecyclerViewExample/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' android { namespace 'com.google.android.gms.example.bannerrecyclerviewexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.bannerrecyclerviewexample" minSdkVersion 19 multiDexEnabled true - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -23,5 +23,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' } diff --git a/java/advanced/BannerRecyclerViewExample/build.gradle b/java/advanced/BannerRecyclerViewExample/build.gradle index e4e5bfd1f..e5b4d6a2f 100644 --- a/java/advanced/BannerRecyclerViewExample/build.gradle +++ b/java/advanced/BannerRecyclerViewExample/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/java/advanced/BannerRecyclerViewExample/gradle/wrapper/gradle-wrapper.properties b/java/advanced/BannerRecyclerViewExample/gradle/wrapper/gradle-wrapper.properties index 237895435..1da3f225a 100644 --- a/java/advanced/BannerRecyclerViewExample/gradle/wrapper/gradle-wrapper.properties +++ b/java/advanced/BannerRecyclerViewExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admanager/AppOpenExample/app/build.gradle b/kotlin/admanager/AppOpenExample/app/build.gradle index 794342a2b..f0d732e20 100644 --- a/kotlin/admanager/AppOpenExample/app/build.gradle +++ b/kotlin/admanager/AppOpenExample/app/build.gradle @@ -8,11 +8,11 @@ apply plugin: 'kotlin-kapt' android { namespace 'com.google.android.gms.example.appopenexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.appopenexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -31,7 +31,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.multidex:multidex:2.0.1' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' def lifecycle_version = '2.6.2' diff --git a/kotlin/admanager/AppOpenExample/build.gradle b/kotlin/admanager/AppOpenExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admanager/AppOpenExample/build.gradle +++ b/kotlin/admanager/AppOpenExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties index 6a739e957..b25fd8b83 100644 --- a/kotlin/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admanager/AppOpenExample/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admanager/BannerExample/app/build.gradle b/kotlin/admanager/BannerExample/app/build.gradle index 82b8ccde2..b74ad4a4c 100644 --- a/kotlin/admanager/BannerExample/app/build.gradle +++ b/kotlin/admanager/BannerExample/app/build.gradle @@ -6,11 +6,11 @@ apply plugin: 'kotlin-android-extensions' android { namespace 'com.google.android.gms.example.bannerexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.bannerexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" multiDexEnabled = true @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/kotlin/admanager/BannerExample/build.gradle b/kotlin/admanager/BannerExample/build.gradle index 66af527f4..c59357ebf 100644 --- a/kotlin/admanager/BannerExample/build.gradle +++ b/kotlin/admanager/BannerExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties index 95127a84c..2dffd1a8f 100644 --- a/kotlin/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admanager/InterstitialExample/app/build.gradle b/kotlin/admanager/InterstitialExample/app/build.gradle index 08feb2eec..92c1c8f02 100644 --- a/kotlin/admanager/InterstitialExample/app/build.gradle +++ b/kotlin/admanager/InterstitialExample/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android' android { namespace 'com.google.android.gms.example.interstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.interstitialexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" multiDexEnabled = true @@ -29,7 +29,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/kotlin/admanager/InterstitialExample/build.gradle b/kotlin/admanager/InterstitialExample/build.gradle index 4393ab24e..93a94e883 100644 --- a/kotlin/admanager/InterstitialExample/build.gradle +++ b/kotlin/admanager/InterstitialExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/kotlin/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties index cf33fb97f..2adbae02f 100644 --- a/kotlin/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admanager/NativeAdsExample/app/build.gradle b/kotlin/admanager/NativeAdsExample/app/build.gradle index b92c4c22d..d89123bb6 100644 --- a/kotlin/admanager/NativeAdsExample/app/build.gradle +++ b/kotlin/admanager/NativeAdsExample/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android' android { namespace 'com.google.android.gms.example.nativeadsexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.nativeadsexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -29,6 +29,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admanager/NativeAdsExample/build.gradle b/kotlin/admanager/NativeAdsExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admanager/NativeAdsExample/build.gradle +++ b/kotlin/admanager/NativeAdsExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties index 25d65b43e..7f51a6e55 100644 --- a/kotlin/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admanager/NativeAdsExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admanager/RewardedInterstitialExample/app/build.gradle b/kotlin/admanager/RewardedInterstitialExample/app/build.gradle index b0bec871f..dfa93eb1b 100644 --- a/kotlin/admanager/RewardedInterstitialExample/app/build.gradle +++ b/kotlin/admanager/RewardedInterstitialExample/app/build.gradle @@ -6,11 +6,11 @@ apply plugin: 'kotlin-android-extensions' android { namespace 'com.google.android.gms.example.rewardedinterstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.rewardedvideoexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -31,6 +31,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admanager/RewardedInterstitialExample/build.gradle b/kotlin/admanager/RewardedInterstitialExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admanager/RewardedInterstitialExample/build.gradle +++ b/kotlin/admanager/RewardedInterstitialExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties index 56c6d4acc..b1dc49b73 100644 --- a/kotlin/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admanager/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admanager/RewardedVideoExample/app/build.gradle b/kotlin/admanager/RewardedVideoExample/app/build.gradle index 810ee9b9e..d64bd12d7 100644 --- a/kotlin/admanager/RewardedVideoExample/app/build.gradle +++ b/kotlin/admanager/RewardedVideoExample/app/build.gradle @@ -6,11 +6,11 @@ apply plugin: 'kotlin-android-extensions' android { namespace 'com.google.android.gms.example.rewardedvideoexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.rewardedvideoexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -31,6 +31,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admanager/RewardedVideoExample/build.gradle b/kotlin/admanager/RewardedVideoExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admanager/RewardedVideoExample/build.gradle +++ b/kotlin/admanager/RewardedVideoExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties index 60c454dba..74c9c459f 100644 --- a/kotlin/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admanager/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admob/AppOpenExample/app/build.gradle b/kotlin/admob/AppOpenExample/app/build.gradle index 78009c713..605ff56fb 100644 --- a/kotlin/admob/AppOpenExample/app/build.gradle +++ b/kotlin/admob/AppOpenExample/app/build.gradle @@ -8,11 +8,11 @@ apply plugin: 'kotlin-kapt' android { namespace 'com.google.android.gms.example.appopenexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.appopenexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -30,7 +30,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.multidex:multidex:2.0.1' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' def lifecycle_version = '2.6.2' diff --git a/kotlin/admob/AppOpenExample/build.gradle b/kotlin/admob/AppOpenExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admob/AppOpenExample/build.gradle +++ b/kotlin/admob/AppOpenExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties index 6a739e957..b25fd8b83 100644 --- a/kotlin/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admob/AppOpenExample/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admob/BannerExample/app/build.gradle b/kotlin/admob/BannerExample/app/build.gradle index a517454bf..7c80f55b8 100644 --- a/kotlin/admob/BannerExample/app/build.gradle +++ b/kotlin/admob/BannerExample/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android' android { namespace 'com.google.android.gms.example.bannerexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.bannerexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -29,6 +29,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admob/BannerExample/build.gradle b/kotlin/admob/BannerExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admob/BannerExample/build.gradle +++ b/kotlin/admob/BannerExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties index 7b6d8b2d7..cf755672a 100644 --- a/kotlin/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admob/BannerExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admob/InterstitialExample/app/build.gradle b/kotlin/admob/InterstitialExample/app/build.gradle index 1fb6af34b..31638a682 100644 --- a/kotlin/admob/InterstitialExample/app/build.gradle +++ b/kotlin/admob/InterstitialExample/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: "kotlin-android" android { namespace 'com.google.android.gms.example.interstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.interstitialexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" multiDexEnabled = true @@ -26,7 +26,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/kotlin/admob/InterstitialExample/build.gradle b/kotlin/admob/InterstitialExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admob/InterstitialExample/build.gradle +++ b/kotlin/admob/InterstitialExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties index 3f781c00e..4c42bb8ef 100644 --- a/kotlin/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admob/InterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admob/NativeAdvancedExample/app/build.gradle b/kotlin/admob/NativeAdvancedExample/app/build.gradle index 4e0fdc7b4..a17e84f56 100644 --- a/kotlin/admob/NativeAdvancedExample/app/build.gradle +++ b/kotlin/admob/NativeAdvancedExample/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android' android { namespace 'com.google.android.gms.example.nativeadvancedexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.nativeadvancedexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -29,6 +29,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admob/NativeAdvancedExample/build.gradle b/kotlin/admob/NativeAdvancedExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admob/NativeAdvancedExample/build.gradle +++ b/kotlin/admob/NativeAdvancedExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties index f2438cd3a..ce760ae97 100644 --- a/kotlin/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admob/NativeAdvancedExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admob/RewardedInterstitialExample/app/build.gradle b/kotlin/admob/RewardedInterstitialExample/app/build.gradle index b593109e2..966f2e1ca 100644 --- a/kotlin/admob/RewardedInterstitialExample/app/build.gradle +++ b/kotlin/admob/RewardedInterstitialExample/app/build.gradle @@ -6,11 +6,11 @@ apply plugin: 'kotlin-android-extensions' android { namespace 'com.google.android.gms.example.rewardedinterstitialexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.rewardedvideoexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -30,6 +30,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admob/RewardedInterstitialExample/build.gradle b/kotlin/admob/RewardedInterstitialExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admob/RewardedInterstitialExample/build.gradle +++ b/kotlin/admob/RewardedInterstitialExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties index 56c6d4acc..b1dc49b73 100644 --- a/kotlin/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admob/RewardedInterstitialExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/admob/RewardedVideoExample/app/build.gradle b/kotlin/admob/RewardedVideoExample/app/build.gradle index 07b545672..59332d5ba 100644 --- a/kotlin/admob/RewardedVideoExample/app/build.gradle +++ b/kotlin/admob/RewardedVideoExample/app/build.gradle @@ -6,11 +6,11 @@ apply plugin: 'kotlin-android-extensions' android { namespace 'com.google.android.gms.example.rewardedvideoexample' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.rewardedvideoexample" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 multiDexEnabled true versionCode 1 versionName "1.0" @@ -30,6 +30,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:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' implementation 'com.google.android.ump:user-messaging-platform:2.1.0' } diff --git a/kotlin/admob/RewardedVideoExample/build.gradle b/kotlin/admob/RewardedVideoExample/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/admob/RewardedVideoExample/build.gradle +++ b/kotlin/admob/RewardedVideoExample/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties b/kotlin/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties index 56c6d4acc..b1dc49b73 100644 --- a/kotlin/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/admob/RewardedVideoExample/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip diff --git a/kotlin/advanced/APIDemo/app/build.gradle b/kotlin/advanced/APIDemo/app/build.gradle index 54b2bebe8..f0cc8223b 100644 --- a/kotlin/advanced/APIDemo/app/build.gradle +++ b/kotlin/advanced/APIDemo/app/build.gradle @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android' android { namespace 'com.google.android.gms.example.apidemo' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "com.google.android.gms.example.apidemo" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" multiDexEnabled true @@ -28,5 +28,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.1.0-alpha07' - implementation 'com.google.android.gms:play-services-ads:22.5.0' + implementation 'com.google.android.gms:play-services-ads:22.6.0' } diff --git a/kotlin/advanced/APIDemo/build.gradle b/kotlin/advanced/APIDemo/build.gradle index dcd15308c..b6d465f7f 100644 --- a/kotlin/advanced/APIDemo/build.gradle +++ b/kotlin/advanced/APIDemo/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.2' + classpath 'com.android.tools.build:gradle:8.2.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/kotlin/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties b/kotlin/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties index f42dab821..552abf457 100644 --- a/kotlin/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin/advanced/APIDemo/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-8.5-all.zip