Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from drivetribe/fix/android_build_tools
Browse files Browse the repository at this point in the history
Fix Android Gradle "compile" deprecation warning
  • Loading branch information
jordanbyron authored Apr 6, 2019
2 parents d61a76e + 22cae79 commit 4f1f2cc
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 @@ -11,5 +11,5 @@ android {
}

dependencies {
provided "com.facebook.react:react-native:+"
api "com.facebook.react:react-native:+"
}

0 comments on commit 4f1f2cc

Please sign in to comment.