Skip to content

Commit 2c54b4b

Browse files
JillSongcopybara-github
authored andcommitted
Update Java & Kotlin samples to Google Mobile Ads SDK version 24.4.0
PiperOrigin-RevId: 769650660
1 parent 4723ab6 commit 2c54b4b

File tree

90 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+90
-90
lines changed

java/admanager/AppOpenExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ dependencies {
2525
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
2626
implementation "androidx.lifecycle:lifecycle-process:2.8.3"
2727

28-
implementation 'com.google.android.gms:play-services-ads:24.3.0'
28+
implementation 'com.google.android.gms:play-services-ads:24.4.0'
2929
implementation 'com.google.android.ump:user-messaging-platform:3.2.0'
3030
}

java/admanager/AppOpenExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.9.0'
9+
classpath 'com.android.tools.build:gradle:8.10.1'
1010
}
1111
}
1212

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https://services.gradle.org/distributions/gradle-8.11.1-all.zip
3+
distributionUrl=https://services.gradle.org/distributions/gradle-8.14.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

java/admanager/BannerExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ android {
2222
dependencies {
2323
implementation 'androidx.appcompat:appcompat:1.2.0'
2424
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
25-
implementation 'com.google.android.gms:play-services-ads:24.3.0'
25+
implementation 'com.google.android.gms:play-services-ads:24.4.0'
2626
implementation 'com.google.android.ump:user-messaging-platform:3.2.0'
2727
}

java/admanager/BannerExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.9.0'
9+
classpath 'com.android.tools.build:gradle:8.10.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

java/admanager/BannerExample/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https://services.gradle.org/distributions/gradle-8.11.1-all.zip
6+
distributionUrl=https://services.gradle.org/distributions/gradle-8.14.2-all.zip

java/admanager/InterstitialExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
implementation 'androidx.appcompat:appcompat:1.2.0'
24-
implementation 'com.google.android.gms:play-services-ads:24.3.0'
24+
implementation 'com.google.android.gms:play-services-ads:24.4.0'
2525
implementation 'com.google.android.ump:user-messaging-platform:3.2.0'
2626
}

java/admanager/InterstitialExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.9.0'
9+
classpath 'com.android.tools.build:gradle:8.10.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

java/admanager/InterstitialExample/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https://services.gradle.org/distributions/gradle-8.11.1-all.zip
6+
distributionUrl=https://services.gradle.org/distributions/gradle-8.14.2-all.zip

java/admanager/NativeAdsExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
implementation 'androidx.appcompat:appcompat:1.2.0'
24-
implementation 'com.google.android.gms:play-services-ads:24.3.0'
24+
implementation 'com.google.android.gms:play-services-ads:24.4.0'
2525
implementation 'com.google.android.ump:user-messaging-platform:3.2.0'
2626
}

0 commit comments

Comments
 (0)