From 0dbee33592c28c5a7134ec6da5b960124cf7a7dd Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 30 Jun 2025 14:40:19 +0200 Subject: [PATCH] ad error fix --- Frontend/android/app/build.gradle | 4 +--- Frontend/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Frontend/android/app/build.gradle b/Frontend/android/app/build.gradle index 897a6253..8c04854d 100644 --- a/Frontend/android/app/build.gradle +++ b/Frontend/android/app/build.gradle @@ -31,9 +31,6 @@ if (keystorePropertiesFile.exists()) { android { namespace "za.co.mzansiinnovationhub.mih" compileSdkVersion flutter.compileSdkVersion - // ndkVersion = "27.0.12077973" - // ndkVersion flutter.ndkVersion - // compileSdkVersion 35 compileOptions { sourceCompatibility JavaVersion.VERSION_17 @@ -88,6 +85,7 @@ dependencies { implementation "com.google.android.material:material:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version")) + implementation 'com.google.android.gms:play-services-ads:23.1.0' // implementation 'com.huawei.agconnect:agconnect-core:1.5.2.300' } diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index b93733cb..57f4ef01 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -1,7 +1,7 @@ name: mzansi_innovation_hub description: "" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.1.12+78 +version: 1.1.12+79 environment: sdk: '>=3.5.3 <4.0.0'