From fa3ecbce6dc53680938c619f7c723c2c28f5773a Mon Sep 17 00:00:00 2001 From: Justin Malandruccolo Date: Fri, 11 Oct 2024 16:30:59 -0400 Subject: [PATCH] Updating samples to 5.2.0 --- samples/admob/banner_example/android/app/build.gradle | 2 +- samples/admob/banner_example/android/build.gradle | 4 ++-- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- samples/admob/banner_example/pubspec.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/admob/banner_example/android/app/build.gradle b/samples/admob/banner_example/android/app/build.gradle index dabe9b182..6007fea25 100644 --- a/samples/admob/banner_example/android/app/build.gradle +++ b/samples/admob/banner_example/android/app/build.gradle @@ -25,7 +25,7 @@ if (flutterVersionName == null) { android { namespace "com.example.banner_example" compileSdkVersion flutter.compileSdkVersion - ndkVersion flutter.ndkVersion + ndkVersion = "26.1.10909125" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 diff --git a/samples/admob/banner_example/android/build.gradle b/samples/admob/banner_example/android/build.gradle index f7eb7f63c..417ab3750 100644 --- a/samples/admob/banner_example/android/build.gradle +++ b/samples/admob/banner_example/android/build.gradle @@ -1,12 +1,12 @@ buildscript { - ext.kotlin_version = '1.7.10' + ext.kotlin_version = '1.9.0' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:8.6.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/samples/admob/banner_example/android/gradle/wrapper/gradle-wrapper.properties b/samples/admob/banner_example/android/gradle/wrapper/gradle-wrapper.properties index 3c472b99c..3c85cfe05 100644 --- a/samples/admob/banner_example/android/gradle/wrapper/gradle-wrapper.properties +++ b/samples/admob/banner_example/android/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-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip diff --git a/samples/admob/banner_example/pubspec.yaml b/samples/admob/banner_example/pubspec.yaml index f2d3392eb..dae4fbcfe 100644 --- a/samples/admob/banner_example/pubspec.yaml +++ b/samples/admob/banner_example/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - google_mobile_ads: ^5.1.0 + google_mobile_ads: ^5.2.0 dev_dependencies: flutter_test: