From c74ad11a19b4d2086947a535b1cea991666b3033 Mon Sep 17 00:00:00 2001 From: jenly1314 Date: Thu, 28 Nov 2019 16:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B7=B7=E6=B7=86=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/proguard-rules.pro b/lib/proguard-rules.pro index e786d4a..5f56bf8 100644 --- a/lib/proguard-rules.pro +++ b/lib/proguard-rules.pro @@ -20,6 +20,7 @@ # hide the original source file name. #-renamesourcefileattribute SourceFile + #ZXingLite -dontwarn com.king.zxing.** -keep class com.king.zxing.**{ *;}