From b582025ac72d6b99b5a13f63774497460270d968 Mon Sep 17 00:00:00 2001 From: Kuloud Date: Mon, 29 Jul 2024 10:49:31 +0800 Subject: [PATCH] =?UTF-8?q?release=201.0.8:=20=E5=8D=87=E7=BA=A7amap=20and?= =?UTF-8?q?roid=20sdk=E7=89=88=E6=9C=AC=2010.0.800=5Floc6.4.5=5Fsea9.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- android/build.gradle | 2 +- example/android/app/build.gradle | 2 -- example/ios/Podfile.lock | 4 ++-- ios/amap_map.podspec | 4 ++-- pubspec.yaml | 3 ++- 7 files changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebc950..c990826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ -## 1.0.6 +## 1.0.8 +2024-07-29. +* 升级amap android sdk版本 10.0.800_loc6.4.5_sea9.7.2 | 2024-07-19 + +## 1.0.7 2024-07-28. * Close Issue [#10](https://github.com/kuloud/amap_map/issues/10) 添加Logo位置设置,参见example: map_ui_options.dart ## 1.0.6 2024-06-27. -* 升级amap android sdk版本 V10.0.700_loc6.4.5_sea9.7.2 2024-05-13 看高德更新日志,应该是计划后续版本捆绑loc+search一起更新了 +* 升级amap android sdk版本 V10.0.700_loc6.4.5_sea9.7.2 | 2024-05-13 `看高德更新日志,应该是计划后续版本捆绑loc+search一起更新了` ## 1.0.5 2024-03-20. diff --git a/README.md b/README.md index 28bb219..afa0644 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | | Android | iOS | | ----------- | -------------------------- | -------- | -| **AMapSDK** | 10.0.700_loc6.4.5_sea9.7.2 | 10.0.700 | +| **AMapSDK** | 10.0.800_loc6.4.5_sea9.7.2 | 10.0.800 | | **Support** | SDK 16+ | 12.0+ | 本插件基于 amap_flutter_map 3.0.0 进行二开的原因: diff --git a/android/build.gradle b/android/build.gradle index 3613035..b905546 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,7 +33,7 @@ android { } dependencies { - implementation 'com.amap.api:3dmap-location-search:10.0.700_loc6.4.5_sea9.7.2' + implementation 'com.amap.api:3dmap-location-search:10.0.800_loc6.4.5_sea9.7.2' implementation 'androidx.annotation:annotation:1.8.1' } diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 2518dd4..7884623 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -72,8 +72,6 @@ android { ndkVersion '25.1.8937393' } dependencies { - //demo中引入高德地图SDK - implementation 'com.amap.api:3dmap-location-search:10.0.700_loc6.4.5_sea9.7.2' } flutter { diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index eec755d..c5075da 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AMap3DMap (10.0.700): + - AMap3DMap (10.0.800): - AMapFoundation (>= 1.8.0) - amap_map (1.0.3): - AMap3DMap @@ -28,7 +28,7 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/permission_handler_apple/ios" SPEC CHECKSUMS: - AMap3DMap: 6ee456d7ba946ebbad580a343b74ffa8e9936175 + AMap3DMap: 6761e0381f517978312e4f795ce77b2b9f6781a6 amap_map: 8773e5cacc760edf208b1e6e61000241d26385fa AMapFoundation: 9885c48fc3a78fdfb84a0299a2293e56ea3c9fec Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 diff --git a/ios/amap_map.podspec b/ios/amap_map.podspec index 38e94da..b373a4a 100644 --- a/ios/amap_map.podspec +++ b/ios/amap_map.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'amap_map' - s.version = '1.0.3' + s.version = '1.0.8' s.summary = 'A new Flutter plugin.' s.description = <<-DESC A new Flutter plugin for AMap. @@ -12,7 +12,7 @@ A new Flutter plugin for AMap. s.homepage = 'https://github.com/kuloud/amap_map' s.license = { :type => 'Apache License, Version 2.0', :file => '../LICENSE' } s.author = { 'kuloud' => 'kuloud@outlook.com' } - s.source = { :git => 'https://github.com/kuloud/amap_map.git', :tag => 'v1.0.3' } + s.source = { :git => 'https://github.com/kuloud/amap_map.git', :tag => 'v1.0.8' } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' diff --git a/pubspec.yaml b/pubspec.yaml index 5fa9d55..496a4c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amap_map description: Amap SDK Flutter plugin for integrating AMapSDK in iOS and Android applications. -version: 1.0.7 +version: 1.0.8 homepage: https://github.com/kuloud/amap_map issue_tracker: https://github.com/kuloud/amap_map/issues platforms: @@ -9,6 +9,7 @@ platforms: topics: - amap + - flutter environment: sdk: ">=3.1.5 <4.0.0"