From 21aa9c23654b14e655b1dc687cbb37f331b33b38 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 23 Oct 2023 16:03:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0android=20=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-getLocation-tencent/changelog.md | 2 ++ uni_modules/uni-getLocation-tencent/package.json | 4 ++-- uni_modules/uni-getLocation-tencent/readme.md | 10 ++-------- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/uni_modules/uni-getLocation-tencent/changelog.md b/uni_modules/uni-getLocation-tencent/changelog.md index d9e3cc5..e016b09 100644 --- a/uni_modules/uni-getLocation-tencent/changelog.md +++ b/uni_modules/uni-getLocation-tencent/changelog.md @@ -1,2 +1,4 @@ +## 1.0.1(2023-10-23) +更新android自定义基座操作步骤 ## 1.0.0(2023-09-11) 基于腾讯定位服务,实现uni.getLocation 获取定位功能 diff --git a/uni_modules/uni-getLocation-tencent/package.json b/uni_modules/uni-getLocation-tencent/package.json index 18f3737..1a9c44b 100644 --- a/uni_modules/uni-getLocation-tencent/package.json +++ b/uni_modules/uni-getLocation-tencent/package.json @@ -1,14 +1,14 @@ { "id": "uni-getLocation-tencent", "displayName": "uni-getLocation-tencent", - "version": "1.0.0", + "version": "1.0.1", "description": "基于腾讯定位服务,实现uni.getLocation 获取定位功能", "keywords": [ "uni-getLocation-tencent" ], "repository": "", "engines": { - "HBuilderX": "^3.9.0" + "HBuilderX": "^3.8.12" }, "dcloudext": { "type": "uts", diff --git a/uni_modules/uni-getLocation-tencent/readme.md b/uni_modules/uni-getLocation-tencent/readme.md index f1ab96c..87169df 100644 --- a/uni_modules/uni-getLocation-tencent/readme.md +++ b/uni_modules/uni-getLocation-tencent/readme.md @@ -11,13 +11,7 @@ 修改项目根目录下 AndroidManifest.xml `` -3. 打包自定义基座 - -注意将`uts-tencentgeolocation/utssdk/app-android/libs/androix-core-1.0.0.jar`先移到其他目录。 - -4. 运行自定义基座 - -注意打包自定义基座后将androix-core-1.0.0.jar移回原位,然后真机运行自定义基座。这个临时的移出移入问题后续会升级解决,详见uts插件开发文档的[临时注意](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html#tempnotice)。 +3. 制作自定义基座运行后生效 ## iOS 平台 @@ -47,4 +41,4 @@ ## 相关开发文档 - [UTS 语法](https://uniapp.dcloud.net.cn/tutorial/syntax-uts.html) -- [UTS 原生插件](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html) \ No newline at end of file +- [UTS 原生插件](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html) -- GitLab