/
githubmirror
/
architecture-samples
Обзор
Документация
Войти
/
githubmirror
/
architecture-samples
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/proguardTest-rules.pro
18 строк
517 B
Jose Alcérreca
Version bumps and fixes
01 июн 2021, 14:18
01 июн 2021, 14:18
1bfd69c
Код
Авторство
О чём код?
# Proguard rules that are applied to your test apk/code. -ignorewarnings -dontoptimize -keepattributes *Annotation* -keep class androidx.test.espresso.** # keep the class and specified members from being removed or renamed -keep class androidx.test.espresso.IdlingRegistry { *; } -keep class androidx.test.espresso.IdlingResource { *; } -dontnote junit.framework.** -dontnote junit.runner.** -dontwarn androidx.test.** -dontwarn org.junit.** -dontwarn org.hamcrest.** -dontwarn com.squareup.javawriter.JavaWriter