1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-04 10:22:23 +00:00

Merge pull request #8236 from Stypox/fix-proguard-settings

Fix proguard for notification preference fragment
This commit is contained in:
litetex
2022-04-18 15:25:38 +02:00
committed by GitHub

View File

@@ -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.** { *; }