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

Commit

Permalink
disable proguard for now
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Apr 12, 2017
1 parent 4083005 commit 878266b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
resValue "string", "app_name", "PietSmiet Community App"
Expand Down

0 comments on commit 878266b

Please sign in to comment.