updated_code

This commit is contained in:
ravik
2025-09-26 17:47:51 +05:30
parent 741480e66e
commit a04e0db9d5
133 changed files with 609 additions and 60 deletions
+3 -3
View File
@@ -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