ad error fix

This commit is contained in:
2025-06-30 14:40:19 +02:00
parent c1fbd78def
commit 0dbee33592
2 changed files with 2 additions and 4 deletions

View File

@@ -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'
}