Update espresso-core to 3.2.0

This commit is contained in:
Frieder Bluemle 2020-02-01 11:14:22 -08:00
commit 9bc000569d
No known key found for this signature in database
GPG key ID: EEAAFC3A01B5FFC6
2 changed files with 2 additions and 13 deletions

View file

@ -35,11 +35,6 @@
-keepclassmembers class **.R$* {
public static <fields>;
}
# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-dontwarn android.support.**
# TUSKY SPECIFIC OPTIONS