From 954eaed548efb75b3dc79343587acb79e53d214d Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 23 八月 2024 17:19:59 +0800
Subject: [PATCH] 优化写卡逻辑,再次读取内容确认写卡成功再提示成功

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

diff --git a/baselibrary/build.gradle b/baselibrary/build.gradle
index e7bb228..b32585c 100644
--- a/baselibrary/build.gradle
+++ b/baselibrary/build.gradle
@@ -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