kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Merge pull request #8236 from Stypox/fix-proguard-settings
Fix proguard for notification preference fragmentpull/8231/head
commit
254b276a54
|
@ -51,3 +51,6 @@
|
|||
private void writeObject(java.io.ObjectOutputStream);
|
||||
private void readObject(java.io.ObjectInputStream);
|
||||
}
|
||||
|
||||
# for some reason NotificationModeConfigFragment wasn't kept (only referenced in a preference xml)
|
||||
-keep class org.schabi.newpipe.settings.notifications.** { *; }
|
||||
|
|
Ładowanie…
Reference in New Issue