ad error fix
This commit is contained in:
@@ -31,9 +31,6 @@ if (keystorePropertiesFile.exists()) {
|
|||||||
android {
|
android {
|
||||||
namespace "za.co.mzansiinnovationhub.mih"
|
namespace "za.co.mzansiinnovationhub.mih"
|
||||||
compileSdkVersion flutter.compileSdkVersion
|
compileSdkVersion flutter.compileSdkVersion
|
||||||
// ndkVersion = "27.0.12077973"
|
|
||||||
// ndkVersion flutter.ndkVersion
|
|
||||||
// compileSdkVersion 35
|
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_17
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
@@ -88,6 +85,7 @@ dependencies {
|
|||||||
implementation "com.google.android.material:material:1.12.0"
|
implementation "com.google.android.material:material:1.12.0"
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:$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'
|
// implementation 'com.huawei.agconnect:agconnect-core:1.5.2.300'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: mzansi_innovation_hub
|
name: mzansi_innovation_hub
|
||||||
description: ""
|
description: ""
|
||||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
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:
|
environment:
|
||||||
sdk: '>=3.5.3 <4.0.0'
|
sdk: '>=3.5.3 <4.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user