Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
disable proguard in release
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapo committed Jul 21, 2015
1 parent 2407cf6 commit 9ff126a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ android {
abortOnError false
}

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}

packagingOptions {
exclude '.readme'
}
Expand Down

0 comments on commit 9ff126a

Please sign in to comment.