25-11-18/1

This commit is contained in:
Hamza-Ayed
2025-11-18 10:38:11 +03:00
parent a69e4c6912
commit b1b8efdd7d
19 changed files with 294 additions and 199 deletions

View File

@@ -42,10 +42,10 @@ android {
// Merged the two defaultConfig sections into one. This is the correct way.
defaultConfig {
applicationId = "com.intaleq_driver"
minSdk = 29
minSdk = 23
targetSdk = 36
versionCode = 29
versionName = '1.0.29' // I've used the higher version name
versionCode = 36
versionName = '1.0.36' // I've used the higher version name
multiDexEnabled = true
ndk {