2026-04-03-maplibra come next

This commit is contained in:
Hamza-Ayed
2026-04-03 16:23:14 +03:00
parent c6b27d06d4
commit e325405dff
13 changed files with 363 additions and 830 deletions

View File

@@ -30,6 +30,7 @@ android {
version "3.22.1"
}
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
@@ -47,8 +48,8 @@ android {
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdkVersion = 24
targetSdk = 36
versionCode = 60
versionName = '1.1.60'
versionCode = 63
versionName = '1.1.63'
multiDexEnabled = true
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"