Commit 52b8524993d61f642096c7d85902d3de52d5a971

Authored by 谷俊
1 parent 2ee02cec

添加聊天sdk3.0混淆文件

Showing 1 changed file with 7 additions and 12 deletions
app/proguard-rules.pro
... ... @@ -46,19 +46,14 @@
46 46 public static final android.os.Parcelable$Creator *;
47 47 }
48 48  
49   -
50   -
51 49 -dontwarn com.cnlive.libs.util.**
52   - -keep class com.cnlive.libs.util.**{*;}
53   -
54   -
55   --keep class io.rong.** {*;}
56   - -keep class * implements io.rong.imlib.model.MessageContent {*;}
57   - -dontwarn io.rong.push.**
58   - -dontnote com.xiaomi.**
59   - -dontnote com.google.android.gms.gcm.**
60   - -dontnote io.rong.**
61   - -keep public class * extends android.content.BroadcastReceiver
  50 +-keep class com.cnlive.libs.util.**{*;}
  51 +-keep class com.tencent.**{*;}
  52 +-dontwarn com.tencent.**
  53 +-keep class tencent.**{*;}
  54 +-dontwarn tencent.**
  55 +-keep class qalsdk.**{*;}
  56 +-dontwarn qalsdk.**
62 57  
63 58  
64 59  
... ...