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

Commit a7f4550

Browse files
authored
Merge pull request #11 from pieter888/patch-1
Use implementation instead
2 parents 3f19441 + 62dd0dd commit a7f4550

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)