Compare commits

...

1 Commits

Author SHA1 Message Date
1eee016d95 fix: Unable to Share Logs due to CCE in FileProvider
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
2025-04-10 03:08:08 +07:00

View File

@ -12,3 +12,6 @@
-dontwarn com.google.j2objc.annotations.*
-dontwarn java.awt.**
-dontwarn javax.**
# Keep this for Share Plus or else you can't share log in Settings
-keep interface android.content.res.XmlResourceParser { *; }