From e0355e7f791a0e096d1d54bee3f982832ba6a988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tolgahan=20=C3=87elik?= Date: Mon, 25 Jul 2022 07:56:27 +0300 Subject: [PATCH] Use fetch2 from JitPack instead of JCenter --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index c650bd4..e658af9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' if (project.properties['android.useAndroidX'] == 'true' || project.properties['android.useAndroidX'] == true) { - api "androidx.tonyodev.fetch2:xfetch2:3.1.6" - implementation "androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6" + api "com.github.tonyofrancis.Fetch:xfetch2:3.1.6" + implementation "com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6" } else { api "com.tonyodev.fetch2:fetch2:3.0.12" implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.12"