Skip to content

Commit

Permalink
Upgrade android sdk to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed May 7, 2019
1 parent 1292d00 commit 2ba036d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = 'example'
rootProject.name = 'amap-geolocation-example'
include ':react-native-amap-geolocation'
project(':react-native-amap-geolocation').projectDir = new File(rootProject.projectDir, '../lib/android')

Expand Down
2 changes: 1 addition & 1 deletion lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ android {

dependencies {
compileOnly 'com.facebook.react:react-native:+'
implementation 'com.amap.api:location:4.5.1'
implementation 'com.amap.api:location:4.6.0'
}

0 comments on commit 2ba036d

Please sign in to comment.