Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
devmike01 committed Jan 29, 2019
1 parent 4ea057b commit 00a9c25
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion binder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
dexOptions {
// release & debug is in project animators
matchingFallbacks = ['release', 'debug']
}
debug {

}
}

Expand Down

0 comments on commit 00a9c25

Please sign in to comment.