minifyenable change

This commit is contained in:
ravik
2025-03-18 11:40:37 +05:30
parent 0f5fabea00
commit e3dd446623
221 changed files with 85 additions and 5013 deletions
+21 -7
View File
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'
//apply plugin: 'io.fabric'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
apply plugin: 'org.jetbrains.kotlin.android'
@@ -23,6 +22,10 @@ android {
applicationId "cpm.com.gskmtorange"
minSdkVersion 24
targetSdk(34)
multiDexEnabled true
ndk { abiFilters.add("armeabi-v7a")
abiFilters.add("arm64-v8a")
}
// For Lebanon
/*versionCode 1
@@ -92,14 +95,23 @@ android {
/*versionCode 1
versionName "1.0"*/
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
config {
keyAlias 'hp'
keyPassword 'android'
storeFile file('D:\\keystore\\hp.dat')
storePassword 'android'
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
minifyEnabled true
debuggable true
signingConfig signingConfigs.config
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro', 'proguard-camera-lib.pro'
}
}
compileOptions {
@@ -109,6 +121,9 @@ android {
firebaseCrashlytics {
nativeSymbolUploadEnabled true
}
/*firebaseCrashlytics {
mappingFileUploadEnabled false
}*/
buildFeatures {
viewBinding = true
@@ -119,9 +134,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation files('libs/ksoap2-android-assembly-3.0.0-jar-with-dependencies.jar')
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.2.0'
implementation project(path: ':library')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.firebase:firebase-auth:20.0.3'
+3
View File
@@ -15,3 +15,6 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-keep class com.github.pratham_pdots.camera_lib. { *; }
-keep class com.github.pratham_pdots. { *; }
-dontwarn com.github.pratham_pdots.**
Binary file not shown.
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 7,
"versionName": "1.6",
"versionCode": 2,
"versionName": "1.1",
"outputFile": "GSKMTOrange-release.apk"
}
],