Skip to content

Commit

Permalink
Update for latest release and versions of gradle.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 347903640
  • Loading branch information
Samuel Stow authored and maddevrelgithubbot committed Dec 16, 2020
1 parent 37be1c3 commit ac492c4
Show file tree
Hide file tree
Showing 70 changed files with 183 additions and 183 deletions.
12 changes: 6 additions & 6 deletions java/admanager/AdaptiveBannerExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.android.gms.example.adaptivebannerexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -24,6 +24,6 @@ repositories {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admanager/AdaptiveBannerExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admanager/BannerExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.android.gms.example.bannerexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admanager/BannerExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admanager/InterstitialExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.android.gms.example.interstitialexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admanager/InterstitialExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admanager/NativeAdsExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.example.gms.nativeadsexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admanager/NativeAdsExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
12 changes: 6 additions & 6 deletions java/admanager/RewardedVideoExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.ads.rewardedvideoexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,7 +19,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
2 changes: 1 addition & 1 deletion java/admanager/RewardedVideoExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admob/AdaptiveBannerExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.android.gms.example.adaptivebannerexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admob/AdaptiveBannerExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admob/BannerExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.android.gms.example.bannerexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admob/BannerExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admob/InterstitialExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.android.gms.example.interstitialexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admob/InterstitialExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admob/NativeAdvancedExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.example.gms.nativeadvancedexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,6 +19,6 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
}
2 changes: 1 addition & 1 deletion java/admob/NativeAdvancedExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
12 changes: 6 additions & 6 deletions java/admob/RewardedVideoExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
compileSdkVersion 30
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.google.ads.rewardedvideoexample"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 17
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand All @@ -19,7 +19,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.gms:play-services-ads:19.5.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.gms:play-services-ads:19.6.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}
Loading

0 comments on commit ac492c4

Please sign in to comment.