This commit is contained in:
Hamza-Ayed
2025-08-09 15:52:48 +03:00
parent 3742d5b417
commit d71686d9f1
12 changed files with 863 additions and 187 deletions

View File

@@ -45,10 +45,10 @@ android {
applicationId = "com.Intaleq.intaleq"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 23
targetSdk = flutter.targetSdkVersion
versionCode = 6
versionName = '1.0.6'
minSdk = 29
targetSdk = 36
versionCode = 7
versionName = '1.0.7'
multiDexEnabled = true
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"