Skip to content

Commit

Permalink
Fix breaking change w/ Gradle dependencies (#6)
Browse files Browse the repository at this point in the history
Fix breaking change w/ Gradle dependencies
  • Loading branch information
christophermark authored Jul 17, 2019
2 parents ac134ea + 216f8d7 commit 21ec1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:0.15.+'
implementation 'com.facebook.react:react-native:0.15.+'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-android-shared-preferences",
"description": "A react native android package to access SharedPreferences.",
"version": "0.1.1",
"version": "1.0.0",
"main": "index.android.js",
"keywords": [
"react-component",
Expand Down

0 comments on commit 21ec1a6

Please sign in to comment.