updated_code
This commit is contained in:
+3
-3
@@ -12,8 +12,8 @@ android {
|
||||
applicationId "com.cpm.lorealbaautomation"
|
||||
//noinspection OldTargetApi
|
||||
targetSdk 34
|
||||
versionCode 20
|
||||
versionName "2.9"
|
||||
versionCode 21
|
||||
versionName "3.0"
|
||||
multiDexEnabled true
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@@ -34,7 +34,7 @@ android {
|
||||
buildTypes {
|
||||
release {
|
||||
buildConfigField "boolean", "LOG_ENABLED", "true"
|
||||
debuggable false
|
||||
debuggable true
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
signingConfig signingConfigs.config
|
||||
|
||||
Reference in New Issue
Block a user