From feb7add1979c830e0d940286242a7c489f2f8f96 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 27 九月 2024 09:23:34 +0800
Subject: [PATCH] 优化NFC模块架构,将一些方法抽调到父类中。

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

diff --git a/baselibrary/build.gradle b/baselibrary/build.gradle
index e7bb228..16f5ba9 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,7 @@
 
 dependencies {
 
-    implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs')
+    implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
     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 +39,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'
 
@@ -46,4 +49,7 @@
     implementation "androidx.room:room-ktx:2.3.0"
     runtimeOnly("androidx.room:room-common:2.3.0")
     annotationProcessor "androidx.room:room-compiler:2.3.0"
+
+    //鏉冮檺鐢宠
+    compileOnly 'com.github.getActivity:XXPermissions:18.5'
 }
\ No newline at end of file

--
Gitblit v1.8.0