Skip to content

Commit

Permalink
Fix deprecated Gradle syntax (#25)
Browse files Browse the repository at this point in the history
Fix deprecated Gradle syntax
  • Loading branch information
christophermark authored Jul 1, 2019
2 parents ef97440 + 9a947cb commit eb0e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ repositories {
}

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

0 comments on commit eb0e4e7

Please sign in to comment.