Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Setting minifyEnabled to false, was causing release build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nimbooce committed Dec 14, 2015
1 parent 8086bec commit 6f98db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FBReader/build.gradle
Expand Up @@ -23,7 +23,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles 'proguard.cfg'
}
}
Expand Down

0 comments on commit 6f98db7

Please sign in to comment.