mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-09 05:58:42 +01:00
(proguard) add forgoten rule for jsoup in release
This commit is contained in:
parent
9d920ccb21
commit
ea649dc851
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -52,3 +52,8 @@
|
|||||||
public static *** v(...);
|
public static *** v(...);
|
||||||
public static *** i(...);
|
public static *** i(...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# for jsoup
|
||||||
|
-keep public class org.jsoup.** {
|
||||||
|
public *;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user