Skip to content

Commit 895bf52

Browse files
authored
Update proguard-rules.pro
1 parent 7326723 commit 895bf52

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/proguard-rules.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
#-renamesourcefileattribute SourceFile
2222

2323

24-
# 移除日志
25-
-assumenosideeffects class android.util.Log { *; }
24+
-assumenosideeffects class kotlin.reflect.jvm.internal.impl.builtins.BuiltInsLoader {
25+
*;
26+
}

0 commit comments

Comments
 (0)