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