From ddafb0f0951e68b4e56bfceef43cf78559f5161f Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 26 六月 2024 14:52:27 +0800
Subject: [PATCH] 1.修复河南版本域名卡结构不同问题 2.修复齐河版本最终购水日期的bug
---
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