From f8041e1bc052fda43072012aa80ab058996fc03a Mon Sep 17 00:00:00 2001 From: tonihei Date: Mon, 30 Nov 2020 12:20:43 +0000 Subject: [PATCH] Add explaning comment to UI proguard file. PiperOrigin-RevId: 344787160 --- library/ui/proguard-rules.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/library/ui/proguard-rules.txt b/library/ui/proguard-rules.txt index 111a79c916..f18183637b 100644 --- a/library/ui/proguard-rules.txt +++ b/library/ui/proguard-rules.txt @@ -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 { (android.content.Context, int);