add dev buildType

Closes #3411
// FREEBIE
This commit is contained in:
Jake McGinty
2015-05-21 12:30:18 -07:00
committed by Moxie Marlinspike
parent 2016fa315b
commit b4634f30e6
3 changed files with 30 additions and 7 deletions

11
proguard-automation.pro Normal file
View File

@@ -0,0 +1,11 @@
-keepattributes Exceptions
-dontskipnonpubliclibraryclassmembers
-dontwarn android.test.**
-dontwarn com.android.support.test.**
-dontwarn sun.reflect.**
-dontwarn sun.misc.**
-dontwarn org.assertj.**
-dontwarn org.hamcrest.**
-dontwarn org.mockito.**
-dontwarn com.squareup.**