updated proguard-rules.pro

(unsure why we need this)
This commit is contained in:
polymorphicshade 2024-07-13 14:33:32 -06:00
parent 0d2fbf6e63
commit f6bce9dd30

View file

@ -35,3 +35,10 @@
## For some reason NotificationModeConfigFragment wasn't kept (only referenced in a preference xml) ## For some reason NotificationModeConfigFragment wasn't kept (only referenced in a preference xml)
-keep class org.schabi.newpipe.settings.notifications.** { *; } -keep class org.schabi.newpipe.settings.notifications.** { *; }
## TODO: figure out why we need these here to get a successful release build
-dontwarn java.beans.BeanDescriptor
-dontwarn java.beans.BeanInfo
-dontwarn java.beans.IntrospectionException
-dontwarn java.beans.Introspector
-dontwarn java.beans.PropertyDescriptor