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

Commit 4f1f2cc

Browse files
authored
Merge pull request #80 from drivetribe/fix/android_build_tools
Fix Android Gradle "compile" deprecation warning
2 parents d61a76e + 22cae79 commit 4f1f2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ android {
1111
}
1212

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

0 commit comments

Comments
 (0)