Skip to content

Commit 00a9c25

Browse files
committed
fixing bug
1 parent 4ea057b commit 00a9c25

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

binder/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ android {
2626
buildTypes {
2727
release {
2828
minifyEnabled false
29-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
29+
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
30+
}
31+
dexOptions {
32+
// release & debug is in project animators
33+
matchingFallbacks = ['release', 'debug']
34+
}
35+
debug {
36+
3037
}
3138
}
3239

0 commit comments

Comments
 (0)