Add re2j to proguard rules

This commit is contained in:
José Rebelo
2026-01-03 14:30:16 +01:00
committed by José Rebelo
parent 4bce911076
commit ac557cabf3
+4
View File
@@ -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