Skip to content

Commit 43f575f

Browse files
committed
disable proguard
1 parent 7fe4026 commit 43f575f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ android {
2828
}
2929
buildTypes {
3030
release {
31-
minifyEnabled true
31+
minifyEnabled false
32+
useProguard false
3233
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3334
signingConfig signingConfigs.release
3435
debuggable false

0 commit comments

Comments
 (0)