mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Add explaning comment to UI proguard file.
PiperOrigin-RevId: 344787160
This commit is contained in:
parent
054bff80fd
commit
f8041e1bc0
1 changed files 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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue