build(proguard): dont warn when missing android.app.BroadcastOptions
I still don't know how proguard works
This commit is contained in:
3
mastodon/proguard-rules.pro
vendored
3
mastodon/proguard-rules.pro
vendored
@@ -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 * {
|
||||
*;
|
||||
|
||||
Reference in New Issue
Block a user