Skip to content

Commit

Permalink
make it easier to test sample with proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Feb 10, 2017
1 parent c5ff3e7 commit 5bfc88f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ android {
}

buildTypes {
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
Expand Down

0 comments on commit 5bfc88f

Please sign in to comment.