From c5bf501d8b507d1e3e79541e7ac9b45910860b4d Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Wed, 29 May 2019 16:17:07 +0800 Subject: [PATCH] 添加新功能 --- app/proguard-rules.pro | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 20201cd..a8b98da 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -23,3 +23,9 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile + +-dontwarn com.tencent.bugly.** +-keep public class com.tencent.bugly.**{*;} +# tinker������������ +-dontwarn com.tencent.tinker.** +-keep class com.tencent.tinker.** { *; } -- Gitblit v1.8.0