Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit 62dd0dd

Browse files
authored
Use implementation instead
To work with more recent versions of gradle/react-native
1 parent 00ec2e6 commit 62dd0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ android {
1717

1818
dependencies {
1919
//noinspection GradleDynamicVersion
20-
provided 'com.facebook.react:react-native:+'
20+
implementation 'com.facebook.react:react-native:+'
2121
compile "com.tonyodev.fetch2:fetch2:2.0.0-RC12"
22-
}
22+
}

0 commit comments

Comments
 (0)