25-10-2/1
This commit is contained in:
@@ -17,7 +17,7 @@ if (keystorePropertiesFile.exists()) {
|
||||
android {
|
||||
namespace = "com.Intaleq.intaleq"
|
||||
compileSdk = 36
|
||||
// ndkVersion = flutter.ndkVersion
|
||||
ndkVersion "29.0.14033849"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
@@ -47,11 +47,11 @@ android {
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = 29
|
||||
targetSdk = 36
|
||||
versionCode = 14
|
||||
versionName = '1.0.14'
|
||||
versionCode = 19
|
||||
versionName = '1.0.19'
|
||||
multiDexEnabled = true
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
abiFilters "armeabi-v7a", "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user