Add explaning comment to UI proguard file.

PiperOrigin-RevId: 344787160
This commit is contained in:
tonihei 2020-11-30 12:20:43 +00:00 committed by Santiago Seifert
parent 054bff80fd
commit f8041e1bc0

View file

@ -11,6 +11,7 @@
public androidx.appcompat.app.AlertDialog$Builder setNegativeButton(int, android.content.DialogInterface$OnClickListener);
public androidx.appcompat.app.AlertDialog create();
}
# Equivalent methods needed when the library is de-jetified.
-dontnote android.support.v7.app.AlertDialog.Builder
-keepclassmembers class android.support.v7.app.AlertDialog$Builder {
<init>(android.content.Context, int);