# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.recaptcha.zzrg {
  <fields>;
}

# Proguard file to be exported as a proguard.txt in the 3P AAR release.

-dontwarn com.google.errorprone.**
