mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-18 00:33:58 +00:00
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:
3
android/app/proguard-rules.pro
vendored
3
android/app/proguard-rules.pro
vendored
@@ -12,3 +12,6 @@
|
|||||||
-dontwarn com.google.j2objc.annotations.*
|
-dontwarn com.google.j2objc.annotations.*
|
||||||
-dontwarn java.awt.**
|
-dontwarn java.awt.**
|
||||||
-dontwarn javax.**
|
-dontwarn javax.**
|
||||||
|
|
||||||
|
# Keep this for Share Plus or else you can't share log in Settings
|
||||||
|
-keep interface android.content.res.XmlResourceParser { *; }
|
||||||
|
|||||||
Reference in New Issue
Block a user