From 798128053bb17ed293aa8d5424db3b5ed007d375 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 23 十二月 2024 10:20:57 +0800
Subject: [PATCH] 1.优化订单列表框架,升级为viewPager2,提升性能。 2.添加收到新工单后的红点提醒。 3.修复查询数据为空时报错。 4.优化修改经纬度的流程。 5.修复mqtt的CLIENT_ID一致导致的连接错误。 6.修复收到新工单后点击消息通知栏跳转详情时不更新数据的bug。
---
build.gradle | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/build.gradle b/build.gradle
index 9a844cb..7aad7f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,10 +3,12 @@
repositories {
google()
mavenCentral()
+ maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath "com.android.tools.build:gradle:8.1.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
+ classpath 'com.huawei.agconnect:agcp:1.6.0.300'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
@@ -19,6 +21,7 @@
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven {url 'https://www.jitpack.io'}
+ maven { url 'https://developer.huawei.com/repo/' }
}
}
--
Gitblit v1.8.0