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

Commit 59bd15b

Browse files
author
Tsirikoglou Yiannis
committed
revert changes
1 parent 0abe24a commit 59bd15b

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
@@ -23,9 +23,9 @@ dependencies {
2323
implementation 'com.facebook.react:react-native:+'
2424
if (project.properties['android.useAndroidX'] == 'true' || project.properties['android.useAndroidX'] == true) {
2525
api "androidx.tonyodev.fetch2:xfetch2:3.1.4"
26-
api "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.4"
26+
implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.4"
2727
} else {
2828
api "com.tonyodev.fetch2:fetch2:3.0.10"
29-
api "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.10"
29+
implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.10"
3030
}
3131
}

0 commit comments

Comments
 (0)