Skip to content

Commit 486181e

Browse files
committed
Fix #60
1 parent 90b8ae5 commit 486181e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
4+
compileSdkVersion 26
5+
buildToolsVersion "26.0.3"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 23
9+
targetSdkVersion 26
1010
}
1111
lintOptions {
1212
warning 'InvalidPackage'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-android-location-services-dialog-box",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "A react-native component for turn on the dialog box from android location services",
55
"author": "webyonet <webyonet@hotmail.com>",
66
"main": "index.js",
@@ -22,6 +22,6 @@
2222
"react-native-location-services-dialog-box"
2323
],
2424
"peerDependencies": {
25-
"react-native": ">= 0.47.0"
25+
"react-native": ">= 0.56.0"
2626
}
2727
}

0 commit comments

Comments
 (0)