Skip to content

Commit

Permalink
release 1.0.8: 升级amap android sdk版本 10.0.800_loc6.4.5_sea9.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuloud committed Jul 29, 2024
1 parent 05dc399 commit b582025
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 进行二开的原因:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

2 changes: 0 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AMap3DMap (10.0.700):
- AMap3DMap (10.0.800):
- AMapFoundation (>= 1.8.0)
- amap_map (1.0.3):
- AMap3DMap
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ios/amap_map.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
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.
DESC
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'
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -9,6 +9,7 @@ platforms:

topics:
- amap
- flutter

environment:
sdk: ">=3.1.5 <4.0.0"
Expand Down

0 comments on commit b582025

Please sign in to comment.