Added BA assessment and fixed baskinGss

This commit is contained in:
2025-12-19 17:53:54 +05:30
parent 991846d75a
commit bc00a42ffd
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId "com.cpm.lorealbaautomation"
//noinspection OldTargetApi
targetSdk 34
versionCode 23
versionName "3.1"
versionCode 24
versionName "3.2"
multiDexEnabled true
useLibrary 'org.apache.http.legacy'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 23,
"versionName": "3.1",
"versionCode": 24,
"versionName": "3.2",
"outputFile": "app-release.apk"
}
],