From ea8b02bbc2d20dc3db5b045fac4e6ddff7f44b7c Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期日, 29 九月 2024 10:30:10 +0800
Subject: [PATCH] 优化NFC模块架构,将一些方法抽调到父类中。修复一些bug

---
 baselibrary/build.gradle |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/baselibrary/build.gradle b/baselibrary/build.gradle
index 43d052c..bb096b6 100644
--- a/baselibrary/build.gradle
+++ b/baselibrary/build.gradle
@@ -12,7 +12,7 @@
 
     buildTypes {
         release {
-            minifyEnabled false
+            minifyEnabled true
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
         }
     }
@@ -30,7 +30,8 @@
 
 dependencies {
 
-    implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs')
+    implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
+    compileOnly fileTree(include: ['*.jar'], dir: 'exlibs')
     implementation 'com.android.support:appcompat-v7:28.0.0'
     implementation 'com.android.support.constraint:constraint-layout:1.1.3'
     implementation 'androidx.core:core-ktx:1.8.0'
@@ -39,6 +40,9 @@
     compileOnly 'com.google.zxing:core:3.4.1'
     compileOnly 'com.tencent.bugly:crashreport:4.1.9.3'
 
+    //loding
+    implementation 'com.wang.avi:library:2.1.3'
+
     //婊氬姩閫夋嫨妗�
     compileOnly 'com.contrarywind:Android-PickerView:4.1.9'
 

--
Gitblit v1.8.0