Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Stop ProGuard from minifying files causing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwis committed Feb 2, 2015
1 parent 3f3084d commit 193613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
release {
shrinkResources true
zipAlignEnabled true
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit 193613c

Please sign in to comment.