mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
Needs also to upgrade androidTestImplementation dependencies, but this makes normal instrumentation tests fail due to method limit. So those are not committed.
19 lines
505 B
Plaintext
19 lines
505 B
Plaintext
-keep,includedescriptorclasses class org.briarproject.bramble.** { *; }
|
|
-keep,includedescriptorclasses class org.briarproject.briar.** { *; }
|
|
|
|
-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.**
|