Skip to content

Commit

Permalink
disable proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Mar 7, 2019
1 parent 7fe4026 commit 43f575f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
useProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
debuggable false
Expand Down

0 comments on commit 43f575f

Please sign in to comment.