# Proguard flags for the AndroidJUnitRunner library. # avoid obfuscation of the instrumentation runners and orchestrator -keepnames class androidx.test.** # Annotation classes accessed via reflection -keep class androidx.test.annotation.** { *; } # for 'can't find referenced method 'android.app.Instrumentation$ActivityResult execStartActivity' etc -dontwarn androidx.test.runner.MonitoringInstrumentation