浏览代码

added proguard rules

sirekanian 2 年之前
父节点
当前提交
cd75c3ad3d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      app/proguard.pro

+ 6 - 0
app/proguard.pro

@@ -6,3 +6,9 @@
 -if @kotlinx.serialization.Serializable class ** { public static ** INSTANCE; }
 -keepclassmembers class <1> { public static <1> INSTANCE; kotlinx.serialization.KSerializer serializer(...); }
 -keepattributes RuntimeVisibleAnnotations,AnnotationDefault
+# https://github.com/ktorio/ktor
+-dontwarn org.slf4j.**
+# https://github.com/coil-kt/coil
+-dontwarn org.conscrypt.**
+-dontwarn org.bouncycastle.**
+-dontwarn org.openjsse.**