forked from yaso_meth/mih-project
ad error fix
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user