build(proguard): dont warn when missing android.app.BroadcastOptions

I still don't know how proguard works
This commit is contained in:
LucasGGamerM
2025-05-15 09:03:03 -03:00
parent 41a7ca5487
commit bf288f82f4

View File

@@ -33,6 +33,9 @@
# i don't know how proguard works
-keep class org.joinmastodon.android.** { *; }
# i still don't know how proguard works
-dontwarn android.app.BroadcastOptions
# Keep all enums for debugging purposes
-keepnames public enum * {
*;