Commit f8041e1b by tonihei Committed by Santiago Seifert

Add explaning comment to UI proguard file.

PiperOrigin-RevId: 344787160
parent 054bff80
Showing with 1 additions and 0 deletions
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment