Snap for 11533280 from be6f898b8d3b5fa1e506250fce7578bd8f5a6a5b to 24Q3-release
Change-Id: I811fc3ca64ee8dea9065d07bb34bede4ab0db6c6
diff --git a/proguard.cfg b/proguard.cfg
index 4ff3790..222c182 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -24,9 +24,3 @@
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
-
-# Keep annotated classes or class members.
--keep @androidx.annotation.Keep class *
--keepclassmembers class * {
- @androidx.annotation.Keep *;
-}