diff --git a/README.md b/README.md index ebcd562..c2696ed 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services ## Versioning: -- for RN >= 0.40.0, use v2+ (e.g. react-native-google-places@2.0.9) -- for RN (0.33.0 - 0.39.0), use v1+ or 0.8.8 (e.g. react-native-google-places@1.0.9) +- for RN >= 0.40.0, use v2+ (e.g. react-native-google-places@2.1.0) +- for RN (0.33.0 - 0.39.0), use v1+ or 0.8.8 (e.g. react-native-google-places@1.1.0) ## Install @@ -357,7 +357,7 @@ You have to link dependencies and re-run the build: - Android (API 23+) / Google APIs Intel x86 Atom System Image Rev. 13 - Check manual installation steps - Ensure your API key has permissions for `Google Place` and `Google Android Maps` -- If you have a different version of play serivces than the one included in this library (which is currently at 9.8.0), use the following instead (switch 10.0.1 for the desired version) in your `android/app/build.grade` file: +- If you have a different version of play serivces than the one included in this library (which is currently at 10.2.0), use the following instead (switch 10.0.1 for the desired version) in your `android/app/build.grade` file: ```groovy ... diff --git a/android/build.gradle b/android/build.gradle index 376114f..356c3fd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 25 versionCode 1 versionName "1.0" } @@ -20,8 +20,8 @@ android { dependencies { compile 'com.facebook.react:react-native:+' - compile 'com.google.android.gms:play-services-base:9.8.0' - compile 'com.google.android.gms:play-services-places:9.8.0' - compile 'com.google.android.gms:play-services-location:9.8.0' + compile 'com.google.android.gms:play-services-base:10.2.0' + compile 'com.google.android.gms:play-services-places:10.2.0' + compile 'com.google.android.gms:play-services-location:10.2.0' compile 'com.google.maps.android:android-maps-utils:0.3.4' } \ No newline at end of file diff --git a/package.json b/package.json index dcc4732..9e86dfe 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services for React Native Apps", "main": "index.js", "author": "Tolu Olowu (Arttitude 360) ", - "version": "1.0.9", + "version": "1.1.0", "scripts": { }, "repository": {