Skip to content
Snippets Groups Projects
Forked from briar / briar
3471 commits behind the upstream repository.
proguard-test.txt 388 B
-dontwarn android.test.**
-dontwarn android.support.test.**
-dontnote android.support.test.**
-dontwarn com.googlecode.eyesfree.compat.CompatUtils

-keep class org.xmlpull.v1.** { *; }
-dontwarn org.xmlpull.v1.**

-keep class org.junit.** { *; }
-dontwarn org.junit.**

-keep class junit.** { *; }
-dontwarn junit.**

-dontwarn org.briarproject.briar.android.BriarTestComponentApplication