Skip to content

Commit

Permalink
updated proguard-rules.pro
Browse files Browse the repository at this point in the history
(unsure why we need this)
  • Loading branch information
polymorphicshade committed Jul 13, 2024
1 parent 0d2fbf6 commit f6bce9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@

## For some reason NotificationModeConfigFragment wasn't kept (only referenced in a preference xml)
-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

0 comments on commit f6bce9d

Please sign in to comment.