mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Add re2j to proguard rules
This commit is contained in:
Vendored
+4
@@ -80,3 +80,7 @@
|
||||
|
||||
# Keep debug preference fragments that might only be referenced from xml
|
||||
-keep class nodomain.freeyourgadget.gadgetbridge.activities.debug.** extends androidx.fragment.app.Fragment { *; }
|
||||
|
||||
# jsoup 1.22.1 introduces support for re2j, but falls back to java Regex if not available
|
||||
# Since we only use jsoup to clean the html, we do not need the extra dependency
|
||||
-dontwarn com.google.re2j.Pattern
|
||||
|
||||
Reference in New Issue
Block a user