From e76160d1327c48fc8a2aa7c1894ffa81c7c883cf Mon Sep 17 00:00:00 2001 From: ray26 Date: Sat, 21 Jan 2017 09:13:59 +0800 Subject: [PATCH] Update proguard-rules --- .idea/misc.xml | 2 +- app/app.iml | 17 ++++++++--------- app/proguard-rules.pro | 1 + 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5716de1c..27dddf87 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -40,7 +40,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 9c7a67fc..b3ba2df7 100644 --- a/app/app.iml +++ b/app/app.iml @@ -66,14 +66,6 @@ - - - - - - - - @@ -82,9 +74,16 @@ + + + + + + + + - diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 980fdb32..c1d2b7ca 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -17,3 +17,4 @@ #} -dontwarn com.tencent.bugly.** -keep public class com.tencent.bugly.**{*;} +-keep class android.support.**{*;} \ No newline at end of file