25-11-18/1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user