Commit fff01cf1 authored by wanglei's avatar wanglei

[优化]使用ProGuard/R8移除日志

parent d00f1ecb
......@@ -36,4 +36,13 @@
# 保持 Facebook SDK 的类和方法
-keep class com.facebook.** { *; }
-keep interface com.facebook.** { *; }
\ No newline at end of file
-keep interface com.facebook.** { *; }
# 移除release日志
-assumenosideeffects class android.util.Log {
public static *** d(...);
public static *** v(...);
public static *** i(...);
public static *** w(...);
public static *** e(...);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment