feat: update amap sdk version
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
## 1.0.13
|
||||
2025-03-11
|
||||
* 升级amap android sdk版本 10.1.200_loc6.4.9_sea9.7.4 | 2025-03-11
|
||||
* 升级amap iOS sdk版本 10.1.200 | 2024-12-26
|
||||
|
||||
## 1.0.12
|
||||
2024-08-26
|
||||
* code lint
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
| | Android | iOS |
|
||||
| ----------- | -------------------------- | -------- |
|
||||
| **AMapSDK** | 10.0.800_loc6.4.5_sea9.7.2 | 10.0.900 |
|
||||
| **AMapSDK** | 10.1.200_loc6.4.9_sea9.7.4 | 10.1.200 |
|
||||
| **Support** | SDK 16+ | 12.0+ |
|
||||
|
||||
本插件基于 amap_flutter_map 3.0.0 进行二开的原因:
|
||||
|
@ -33,7 +33,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.amap.api:3dmap-location-search:10.0.800_loc6.4.5_sea9.7.2'
|
||||
implementation 'com.amap.api:3dmap-location-search:10.1.200_loc6.4.9_sea9.7.4'
|
||||
implementation 'androidx.annotation:annotation:1.8.1'
|
||||
}
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
#android.enableR8=true
|
@ -1,6 +1,6 @@
|
||||
#Fri Jun 23 08:50:38 CEST 2017
|
||||
#Tue Mar 11 20:48:47 CST 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
|
||||
|
@ -18,8 +18,8 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version "7.4.2" apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
|
||||
id "com.android.application" version "8.9.0" apply false
|
||||
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
|
||||
}
|
||||
|
||||
include ":app"
|
||||
|
@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- AMap3DMap (10.0.900):
|
||||
- AMap3DMap (10.1.200):
|
||||
- AMapFoundation (>= 1.8.0)
|
||||
- amap_map (1.0.8):
|
||||
- AMap3DMap
|
||||
|
@ -28,7 +28,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
lints: ^4.0.0
|
||||
lints: ^5.1.1
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
Reference in New Issue
Block a user