diff --git a/admob/BannerExample/app/build.gradle b/admob/BannerExample/app/build.gradle index eaf182c..902fa2d 100644 --- a/admob/BannerExample/app/build.gradle +++ b/admob/BannerExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.android.gms.example.bannerexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,8 +20,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.firebase:firebase-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.firebase:firebase-ads:11.2.0' } apply plugin: 'com.google.gms.google-services' diff --git a/admob/BannerExample/build.gradle b/admob/BannerExample/build.gradle index 7b0d586..3311c46 100644 --- a/admob/BannerExample/build.gradle +++ b/admob/BannerExample/build.gradle @@ -13,5 +13,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/admob/InterstitialExample/app/build.gradle b/admob/InterstitialExample/app/build.gradle index 4cb3961..015c45d 100644 --- a/admob/InterstitialExample/app/build.gradle +++ b/admob/InterstitialExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.android.gms.example.interstitialexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,8 +20,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.firebase:firebase-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.firebase:firebase-ads:11.2.0' } apply plugin: 'com.google.gms.google-services' diff --git a/admob/InterstitialExample/build.gradle b/admob/InterstitialExample/build.gradle index 7b0d586..3311c46 100644 --- a/admob/InterstitialExample/build.gradle +++ b/admob/InterstitialExample/build.gradle @@ -13,5 +13,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/admob/NativeAdvancedExample/app/build.gradle b/admob/NativeAdvancedExample/app/build.gradle index 14fad1c..d8b5d88 100644 --- a/admob/NativeAdvancedExample/app/build.gradle +++ b/admob/NativeAdvancedExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.example.gms.nativeadvancedexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,8 +20,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.firebase:firebase-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.firebase:firebase-ads:11.2.0' } apply plugin: 'com.google.gms.google-services' diff --git a/admob/NativeAdvancedExample/app/src/main/java/com/google/example/gms/nativeadvancedexample/MainActivity.java b/admob/NativeAdvancedExample/app/src/main/java/com/google/example/gms/nativeadvancedexample/MainActivity.java index e730115..795bb0f 100644 --- a/admob/NativeAdvancedExample/app/src/main/java/com/google/example/gms/nativeadvancedexample/MainActivity.java +++ b/admob/NativeAdvancedExample/app/src/main/java/com/google/example/gms/nativeadvancedexample/MainActivity.java @@ -127,6 +127,8 @@ public void onVideoEnd() { ((TextView) adView.getHeadlineView()).setText(nativeAppInstallAd.getHeadline()); ((TextView) adView.getBodyView()).setText(nativeAppInstallAd.getBody()); ((Button) adView.getCallToActionView()).setText(nativeAppInstallAd.getCallToAction()); + ((ImageView) adView.getIconView()).setImageDrawable( + nativeAppInstallAd.getIcon().getDrawable()); // Apps can check the VideoController's hasVideoContent property to determine if the // NativeAppInstallAd has a video asset. diff --git a/admob/NativeAdvancedExample/build.gradle b/admob/NativeAdvancedExample/build.gradle index 7b0d586..3311c46 100644 --- a/admob/NativeAdvancedExample/build.gradle +++ b/admob/NativeAdvancedExample/build.gradle @@ -13,5 +13,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/admob/NativeExpressExample/app/build.gradle b/admob/NativeExpressExample/app/build.gradle index d3dc052..0d2ffe3 100644 --- a/admob/NativeExpressExample/app/build.gradle +++ b/admob/NativeExpressExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.example.gms.ads.nativeexpressexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,8 +20,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.firebase:firebase-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.firebase:firebase-ads:11.2.0' } apply plugin: 'com.google.gms.google-services' diff --git a/admob/NativeExpressExample/build.gradle b/admob/NativeExpressExample/build.gradle index a26d64e..5fa4d8e 100644 --- a/admob/NativeExpressExample/build.gradle +++ b/admob/NativeExpressExample/build.gradle @@ -18,6 +18,9 @@ allprojects { repositories { mavenLocal() jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/admob/RewardedVideoExample/app/build.gradle b/admob/RewardedVideoExample/app/build.gradle index 7eadd08..9146dee 100644 --- a/admob/RewardedVideoExample/app/build.gradle +++ b/admob/RewardedVideoExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.ads.rewardedvideoexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,8 +20,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.firebase:firebase-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.firebase:firebase-ads:11.2.0' } apply plugin: 'com.google.gms.google-services' diff --git a/admob/RewardedVideoExample/build.gradle b/admob/RewardedVideoExample/build.gradle index 7b0d586..3311c46 100644 --- a/admob/RewardedVideoExample/build.gradle +++ b/admob/RewardedVideoExample/build.gradle @@ -13,5 +13,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/admob/RewardedVideoExample/gradle.properties b/admob/RewardedVideoExample/gradle.properties index 1d3591c..89e0d99 100644 --- a/admob/RewardedVideoExample/gradle.properties +++ b/admob/RewardedVideoExample/gradle.properties @@ -15,4 +15,4 @@ # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true diff --git a/advanced/APIDemo/app/build.gradle b/advanced/APIDemo/app/build.gradle index 15076bf..74b64d4 100644 --- a/advanced/APIDemo/app/build.gradle +++ b/advanced/APIDemo/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.android.gms.example.apidemo" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,7 +20,7 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.android.support:support-v4:25.3.1' - compile 'com.google.android.gms:play-services-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.android.support:support-v4:26.0.1' + compile 'com.google.android.gms:play-services-ads:11.2.0' } diff --git a/advanced/APIDemo/build.gradle b/advanced/APIDemo/build.gradle index 5966013..477cd22 100644 --- a/advanced/APIDemo/build.gradle +++ b/advanced/APIDemo/build.gradle @@ -15,5 +15,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/advanced/NativeExpressRecyclerViewExample/app/build.gradle b/advanced/NativeExpressRecyclerViewExample/app/build.gradle index 128af36..081fe78 100644 --- a/advanced/NativeExpressRecyclerViewExample/app/build.gradle +++ b/advanced/NativeExpressRecyclerViewExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.android.gms.example.nativeexpressrecyclerviewexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,10 +20,10 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.android.support:cardview-v7:25.3.1' - compile 'com.android.support:recyclerview-v7:25.3.1' - compile 'com.google.firebase:firebase-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.android.support:cardview-v7:26.0.1' + compile 'com.android.support:recyclerview-v7:26.0.1' + compile 'com.google.firebase:firebase-ads:11.2.0' } apply plugin: 'com.google.gms.google-services' diff --git a/advanced/NativeExpressRecyclerViewExample/build.gradle b/advanced/NativeExpressRecyclerViewExample/build.gradle index a4a7846..bc7a1cf 100644 --- a/advanced/NativeExpressRecyclerViewExample/build.gradle +++ b/advanced/NativeExpressRecyclerViewExample/build.gradle @@ -16,6 +16,9 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/advanced/NativeListViewExample/app/build.gradle b/advanced/NativeListViewExample/app/build.gradle index da544e4..d8ef3d7 100644 --- a/advanced/NativeListViewExample/app/build.gradle +++ b/advanced/NativeListViewExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.example.gms.nativeads" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -21,6 +21,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.android.gms:play-services-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.android.gms:play-services-ads:11.2.0' } diff --git a/advanced/NativeListViewExample/build.gradle b/advanced/NativeListViewExample/build.gradle index 5966013..477cd22 100644 --- a/advanced/NativeListViewExample/build.gradle +++ b/advanced/NativeListViewExample/build.gradle @@ -15,5 +15,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/doubleclick/BannerExample/app/build.gradle b/doubleclick/BannerExample/app/build.gradle index 35227f8..8f619d3 100644 --- a/doubleclick/BannerExample/app/build.gradle +++ b/doubleclick/BannerExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.android.gms.example.bannerexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,7 +20,6 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.android.gms:play-services-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.android.gms:play-services-ads:11.2.0' } diff --git a/doubleclick/BannerExample/app/src/main/AndroidManifest.xml b/doubleclick/BannerExample/app/src/main/AndroidManifest.xml index 04827ce..d13383b 100644 --- a/doubleclick/BannerExample/app/src/main/AndroidManifest.xml +++ b/doubleclick/BannerExample/app/src/main/AndroidManifest.xml @@ -1,17 +1,14 @@ - - - - - @@ -21,10 +18,6 @@ - - diff --git a/doubleclick/BannerExample/app/src/main/java/com/google/android/gms/example/bannerexample/MyActivity.java b/doubleclick/BannerExample/app/src/main/java/com/google/android/gms/example/bannerexample/MyActivity.java index b12e50e..6d3fe6e 100644 --- a/doubleclick/BannerExample/app/src/main/java/com/google/android/gms/example/bannerexample/MyActivity.java +++ b/doubleclick/BannerExample/app/src/main/java/com/google/android/gms/example/bannerexample/MyActivity.java @@ -17,8 +17,6 @@ import android.os.Bundle; import android.support.v7.app.AppCompatActivity; -import android.view.Menu; -import android.view.MenuItem; import com.google.android.gms.ads.doubleclick.PublisherAdRequest; import com.google.android.gms.ads.doubleclick.PublisherAdView; @@ -48,25 +46,6 @@ protected void onCreate(Bundle savedInstanceState) { mAdView.loadAd(adRequest); } - @Override - public boolean onCreateOptionsMenu(Menu menu) { - // Inflate the menu; this adds items to the action bar if it is present. - getMenuInflater().inflate(R.menu.my, menu); - return true; - } - - @Override - public boolean onOptionsItemSelected(MenuItem item) { - // Handle action bar item clicks here. The action bar will - // automatically handle clicks on the Home/Up button, so long - // as you specify a parent activity in AndroidManifest.xml. - int id = item.getItemId(); - if (id == R.id.action_settings) { - return true; - } - return super.onOptionsItemSelected(item); - } - /** Called when leaving the activity */ @Override public void onPause() { diff --git a/doubleclick/BannerExample/app/src/main/res/drawable-hdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 96a442e..0000000 Binary files a/doubleclick/BannerExample/app/src/main/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/BannerExample/app/src/main/res/drawable-mdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 359047d..0000000 Binary files a/doubleclick/BannerExample/app/src/main/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/BannerExample/app/src/main/res/drawable-xhdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 71c6d76..0000000 Binary files a/doubleclick/BannerExample/app/src/main/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/BannerExample/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 4df1894..0000000 Binary files a/doubleclick/BannerExample/app/src/main/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/BannerExample/app/src/main/res/menu/my.xml b/doubleclick/BannerExample/app/src/main/res/menu/my.xml deleted file mode 100644 index f1fa155..0000000 --- a/doubleclick/BannerExample/app/src/main/res/menu/my.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-hdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..5507303 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/doubleclick/BannerExample/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..8fab6a3 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-mdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..6bc7fcd Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/doubleclick/BannerExample/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..1eecc0e Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..ec87dce Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/doubleclick/BannerExample/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..05ca079 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..6f67f21 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/doubleclick/BannerExample/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..8bac0f2 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/doubleclick/BannerExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..0327e13 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/doubleclick/BannerExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..bacd3e7 Binary files /dev/null and b/doubleclick/BannerExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/doubleclick/BannerExample/app/src/main/res/values/strings.xml b/doubleclick/BannerExample/app/src/main/res/values/strings.xml index c96f05a..755bdbf 100644 --- a/doubleclick/BannerExample/app/src/main/res/values/strings.xml +++ b/doubleclick/BannerExample/app/src/main/res/values/strings.xml @@ -3,7 +3,6 @@ BannerExample Hello world! - Settings /6253334/dfp_example_ad diff --git a/doubleclick/BannerExample/build.gradle b/doubleclick/BannerExample/build.gradle index 5966013..477cd22 100644 --- a/doubleclick/BannerExample/build.gradle +++ b/doubleclick/BannerExample/build.gradle @@ -15,5 +15,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } } diff --git a/doubleclick/CustomRenderingExample/app/build.gradle b/doubleclick/CustomRenderingExample/app/build.gradle index ec125c5..033ce4e 100644 --- a/doubleclick/CustomRenderingExample/app/build.gradle +++ b/doubleclick/CustomRenderingExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.example.gms.customrenderingexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,6 +20,6 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.android.gms:play-services-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.android.gms:play-services-ads:11.2.0' } diff --git a/doubleclick/CustomRenderingExample/build.gradle b/doubleclick/CustomRenderingExample/build.gradle index 9747478..de74d55 100644 --- a/doubleclick/CustomRenderingExample/build.gradle +++ b/doubleclick/CustomRenderingExample/build.gradle @@ -5,9 +5,18 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:3.0.0-beta2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } } + +allprojects { + repositories { + jcenter() + maven { + url "https://maven.google.com" + } + } +} diff --git a/doubleclick/CustomRenderingExample/gradle/wrapper/gradle-wrapper.properties b/doubleclick/CustomRenderingExample/gradle/wrapper/gradle-wrapper.properties index 5da521d..3fdf88a 100644 --- a/doubleclick/CustomRenderingExample/gradle/wrapper/gradle-wrapper.properties +++ b/doubleclick/CustomRenderingExample/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Feb 24 14:57:49 PST 2017 +#Mon Aug 14 15:52:32 PDT 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip diff --git a/doubleclick/InterstitialExample/app/build.gradle b/doubleclick/InterstitialExample/app/build.gradle index 16a873d..67cde95 100644 --- a/doubleclick/InterstitialExample/app/build.gradle +++ b/doubleclick/InterstitialExample/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 25 - buildToolsVersion "25.0.3" + compileSdkVersion 26 + buildToolsVersion "26.0.1" defaultConfig { applicationId "com.google.android.gms.example.interstitialexample" minSdkVersion 14 - targetSdkVersion 25 + targetSdkVersion 26 versionCode 1 versionName "1.0" } @@ -20,7 +20,6 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.google.android.gms:play-services-ads:11.0.0' + compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.google.android.gms:play-services-ads:11.2.0' } diff --git a/doubleclick/InterstitialExample/app/src/main/AndroidManifest.xml b/doubleclick/InterstitialExample/app/src/main/AndroidManifest.xml index 619c636..951ffb8 100644 --- a/doubleclick/InterstitialExample/app/src/main/AndroidManifest.xml +++ b/doubleclick/InterstitialExample/app/src/main/AndroidManifest.xml @@ -1,17 +1,12 @@ - - - - - @@ -21,10 +16,6 @@ - - diff --git a/doubleclick/InterstitialExample/app/src/main/res/drawable-hdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 96a442e..0000000 Binary files a/doubleclick/InterstitialExample/app/src/main/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/drawable-mdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 359047d..0000000 Binary files a/doubleclick/InterstitialExample/app/src/main/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/drawable-xhdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 71c6d76..0000000 Binary files a/doubleclick/InterstitialExample/app/src/main/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 4df1894..0000000 Binary files a/doubleclick/InterstitialExample/app/src/main/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-hdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..5507303 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..8fab6a3 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-mdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..6bc7fcd Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..1eecc0e Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..ec87dce Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..05ca079 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..6f67f21 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..8bac0f2 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..0327e13 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..bacd3e7 Binary files /dev/null and b/doubleclick/InterstitialExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/doubleclick/InterstitialExample/build.gradle b/doubleclick/InterstitialExample/build.gradle index 5966013..477cd22 100644 --- a/doubleclick/InterstitialExample/build.gradle +++ b/doubleclick/InterstitialExample/build.gradle @@ -15,5 +15,8 @@ buildscript { allprojects { repositories { jcenter() + maven { + url "https://maven.google.com" + } } }