fix: Unable to Share Logs due to missing ProGuard rules (#2474)

Technical commit message: fix: Unable to Share Logs due to CCE in FileProvider

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach 2025-04-10 03:09:15 +07:00 committed by GitHub
parent 783f313ed8
commit 915ec0e260
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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