Skip to content

Commit

Permalink
change compile for implementation in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandramirez committed Apr 26, 2020
1 parent ea2cc61 commit edcbbf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
implementation 'com.facebook.react:react-native:+'
}

2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5456,7 +5456,7 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0:
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

"react-native-user-identity@file:..":
version "1.3.1"
version "1.3.2"

[email protected]:
version "0.61.5"
Expand Down
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-user-identity",
"version": "1.3.1",
"version": "1.3.2",
"description": "Get the user id configured for the device (iCloud recordID for iOS, email of a device account for android)",
"main": "index.js",
"author": "Julian Ramírez <[email protected]>",
Expand Down

0 comments on commit edcbbf3

Please sign in to comment.