Skip to content

Commit

Permalink
Fix release version and replace compile by api in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Richou committed Jun 13, 2018
1 parent bdd3756 commit 39ad7e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.facebook.react:react-native:+'
compile 'com.google.android.gms:play-services-location:15.0.1'
api fileTree(include: ['*.jar'], dir: 'libs')
api 'com.facebook.react:react-native:+'
api 'com.google.android.gms:play-services-location:15.0.1'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-android-location-enabler",
"version": "1.0.5",
"version": "1.0.6",
"description": "Display a GoogleMap like android popup to ask for user to enable location services if disabled ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 39ad7e5

Please sign in to comment.