Commit b528ae88 authored by wanglei's avatar wanglei

...

parent 5109408f
...@@ -36,4 +36,13 @@ ...@@ -36,4 +36,13 @@
# 保持 Facebook SDK 的类和方法 # 保持 Facebook SDK 的类和方法
-keep class com.facebook.** { *; } -keep class com.facebook.** { *; }
-keep interface com.facebook.** { *; } -keep interface com.facebook.** { *; }
\ No newline at end of file
# 移除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