25-12-1/1

This commit is contained in:
Hamza-Ayed
2025-12-01 07:52:54 +03:00
parent b1b8efdd7d
commit 9b1008a0bf
40 changed files with 2471 additions and 2039 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 = 23
minSdkVersion = 23
targetSdk = 36
versionCode = 36
versionName = '1.0.36' // I've used the higher version name
versionCode = 47
versionName = '1.0.47' // I've used the higher version name
multiDexEnabled = true
ndk {