Stop adding link info when composing toot (#418)

This commit is contained in:
Ivan Kupalov 2017-10-27 15:19:12 +04:00 committed by Konrad Pozniak
commit df4dfa7766
5 changed files with 3 additions and 191 deletions

View file

@ -58,8 +58,3 @@
public static *** v(...);
public static *** i(...);
}
# for jsoup
-keep public class org.jsoup.** {
public *;
}