1
0

Fix multidex in debug variant (#545)

This commit is contained in:
Rafał Borcz
2019-10-05 22:32:55 +02:00
committed by Mikołaj Pich
parent 6ab9c1d737
commit 798688e7dd
4 changed files with 4 additions and 8 deletions

View File

@ -63,7 +63,6 @@ android {
versionNameSuffix "-dev"
testCoverageEnabled = true
ext.enableCrashlytics = project.hasProperty("enableCrashlytics")
multiDexKeepProguard file('proguard-multidex-rules.pro')
}
}

View File

@ -1,3 +0,0 @@
-keep class android.support.test.internal** { *; }
-keep class org.junit.** { *; }
-keep public class io.github.wulkanowy** { *; }