Skip to content

Commit df35f8f

Browse files
committed
feat: 添加帮助文档
1 parent 204120d commit df35f8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/proguard-rules.pro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
-keepnames class * extends java.lang.Exception
1515

16+
# 判断SVG库是否存在 (io.noties.markwon.image.svg.SvgSupport)
17+
-keepnames class com.caverock.androidsvg.SVG
18+
1619
# OKIO
1720
-keep class okio.* { *; }
1821

@@ -303,4 +306,6 @@ public *** print(...);
303306
-dontwarn org.conscrypt.ConscryptHostnameVerifier
304307
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
305308
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
306-
-dontwarn org.openjsse.net.ssl.OpenJSSE
309+
-dontwarn org.openjsse.net.ssl.OpenJSSE
310+
-dontwarn org.commonmark.ext.gfm.strikethrough.Strikethrough
311+
-dontwarn pl.droidsonroids.gif.GifDrawable

0 commit comments

Comments
 (0)