2) create a new source set full of espresso tests 3) updated proguard-testing.pro 4) added test device numbers to .gitignore // FREEBIE
11 lines
279 B
Prolog
11 lines
279 B
Prolog
-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.**
|