Added BA assessment and fixed baskinGss
This commit is contained in:
+12
-11
@@ -3,7 +3,6 @@ apply plugin: 'com.google.gms.google-services'
|
||||
apply plugin: 'com.google.firebase.crashlytics'
|
||||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
|
||||
android {
|
||||
namespace("com.cpm.lorealbaautomation")
|
||||
compileSdk(35)
|
||||
@@ -12,8 +11,8 @@ android {
|
||||
applicationId "com.cpm.lorealbaautomation"
|
||||
//noinspection OldTargetApi
|
||||
targetSdk 34
|
||||
versionCode 21
|
||||
versionName "3.0"
|
||||
versionCode 23
|
||||
versionName "3.1"
|
||||
multiDexEnabled true
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@@ -21,7 +20,6 @@ android {
|
||||
abiFilters.add("armeabi-v7a")
|
||||
abiFilters.add("arm64-v8a")
|
||||
}
|
||||
|
||||
}
|
||||
signingConfigs {
|
||||
config {
|
||||
@@ -33,16 +31,17 @@ android {
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
buildConfigField "boolean", "LOG_ENABLED", "true"
|
||||
//buildConfigField "boolean", "LOG_ENABLED", "true"
|
||||
debuggable false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
signingConfig signingConfigs.config
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
firebaseCrashlytics {
|
||||
mappingFileUploadEnabled false // or false if you want to disable
|
||||
}
|
||||
}
|
||||
|
||||
// 👇 Add this block to force override
|
||||
}
|
||||
|
||||
@@ -73,12 +72,14 @@ dependencies {
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.4.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
|
||||
implementation 'org.jetbrains:annotations-java5:15.0'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.0.2'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.0.2'
|
||||
implementation 'com.squareup.retrofit:converter-gson:2.0.0-beta1'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
|
||||
implementation 'de.hdodenhof:circleimageview:3.1.0'
|
||||
|
||||
Reference in New Issue
Block a user