From c9f622302bbc5a9a30cff341200334c3dd23ffe0 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 21 十月 2024 17:50:56 +0800
Subject: [PATCH] 1.巡检相关代码 2.保存地图中心点 3.缓存等级相关
---
app/build.gradle | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 59acc35..e0a9d76 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -165,4 +165,10 @@
//闃块噷鐨凴ocketMQ
implementation 'org.apache.rocketmq:rocketmq-client:4.9.4'
+
+ //room鏁版嵁搴�
+ implementation "androidx.room:room-runtime:2.3.0"
+ implementation "androidx.room:room-ktx:2.3.0"
+ runtimeOnly("androidx.room:room-common:2.3.0")
+ annotationProcessor "androidx.room:room-compiler:2.3.0"
}
\ No newline at end of file
--
Gitblit v1.8.0