This commit is contained in:
kunfei
2023-04-01 22:34:11 +08:00
parent a79c720dcc
commit f7605b527f
9 changed files with 24 additions and 15 deletions
+3 -2
View File
@@ -174,8 +174,9 @@
-dontwarn com.jeremyliao.liveeventbus.**
-dontwarn org.commonmark.ext.gfm.**
-keep class com.google.gson.** { *; }
-keep class com.ke.gson.** { *; }
-keep,allowobfuscation,allowshrinking class com.google.gson.** { *; }
-keep,allowobfuscation,allowshrinking class com.ke.gson.** { *; }
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
-keep class com.jeremyliao.liveeventbus.** { *; }
-keep class okhttp3.**{*;}
-keep class okio.**{*;}