diff --git a/uni_modules/uni-getLocation-tencent/changelog.md b/uni_modules/uni-getLocation-tencent/changelog.md index d9e3cc50883746e3277387606e373e2e6a94d9e6..e016b093be5a8e8848f780c89f2c6c99017078fd 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 18f37370527fd2faf866cfb4414d262a7ab51b1a..1a9c44bdc549338bebc17d7ee13a2259ecc0e6ed 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 f1ab96ced7687b2b2bb84244e9c07430d95f2c81..87169df0fed3ff45650ae2487e6cac8c75c972bc 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)