Skip to content

Commit 9e58669

Browse files
committed
Updates examples with Google Play services 10.2
1 parent cf64c85 commit 9e58669

File tree

40 files changed

+86
-68
lines changed

40 files changed

+86
-68
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
applicationId "com.google.android.gms.example.bannerexample"
99
minSdkVersion 14
10-
targetSdkVersion 23
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -20,8 +20,8 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:23.4.0'
24-
compile 'com.google.firebase:firebase-ads:9.0.0'
23+
compile 'com.android.support:appcompat-v7:25.2.0'
24+
compile 'com.google.firebase:firebase-ads:10.2.0'
2525
}
2626

2727
apply plugin: 'com.google.gms.google-services'

admob/BannerExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.0'
8+
classpath 'com.android.tools.build:gradle:2.2.3'
99
classpath 'com.google.gms:google-services:3.0.0'
1010
}
1111
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Fri Feb 24 09:52:21 PST 2017
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

admob/BannerExample/gradlew

100644100755
File mode changed.

admob/InAppPurchaseExample/gradlew

100644100755
File mode changed.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
applicationId "com.google.android.gms.example.interstitialexample"
99
minSdkVersion 14
10-
targetSdkVersion 23
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -20,8 +20,8 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:23.4.0'
24-
compile 'com.google.firebase:firebase-ads:9.0.0'
23+
compile 'com.android.support:appcompat-v7:25.2.0'
24+
compile 'com.google.firebase:firebase-ads:10.2.0'
2525
}
2626

2727
apply plugin: 'com.google.gms.google-services'

admob/InterstitialExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.0'
8+
classpath 'com.android.tools.build:gradle:2.2.3'
99
classpath 'com.google.gms:google-services:3.0.0'
1010
}
1111
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Fri Feb 24 11:31:32 PST 2017
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

admob/InterstitialExample/gradlew

100644100755
File mode changed.

admob/NativeAdvancedExample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
}
2121

2222
dependencies {
23-
compile 'com.android.support:appcompat-v7:25.1.0'
24-
compile 'com.google.firebase:firebase-ads:10.0.1'
23+
compile 'com.android.support:appcompat-v7:25.2.0'
24+
compile 'com.google.firebase:firebase-ads:10.2.0'
2525
}
2626

2727
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)