We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea057b commit 00a9c25Copy full SHA for 00a9c25
binder/build.gradle
@@ -26,7 +26,14 @@ android {
26
buildTypes {
27
release {
28
minifyEnabled false
29
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ // 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
+
37
}
38
39
0 commit comments