Skip to content

Commit

Permalink
Upgrade Map SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed May 10, 2022
1 parent 20654fe commit c0c20e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ android {
dependencies {
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.amap.api:3dmap:8.1.0'
implementation 'com.amap.api:location:5.6.1'
implementation 'com.amap.api:3dmap:9.2.1'
implementation 'com.amap.api:location:6.1.0'
}
2 changes: 1 addition & 1 deletion lib/ios/react-native-amap3d.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'AMap3DMap', "~> 8.0.1"
s.dependency 'AMap3DMap', "~> 9.2.1"
end

0 comments on commit c0c20e1

Please sign in to comment.