Skip to content

Commit 13af341

Browse files
committed
fix : proguard-rules.pro patches
1 parent 5912c9c commit 13af341

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
}
3434
buildTypes {
3535
release{
36-
isMinifyEnabled = true
36+
isMinifyEnabled = false
3737
isShrinkResources = false
3838
signingConfig = signingConfigs.getByName("release")
3939
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro") //returning for now

filetree/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717

1818
buildTypes {
1919
release {
20-
minifyEnabled true
20+
minifyEnabled false
2121
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2222
}
2323
}

0 commit comments

Comments
 (0)