Android Fetch 2 has been updated again.

This commit is contained in:
Tolgahan Çelik
2022-07-26 18:06:28 +03:00
parent 07d9fe8a13
commit 0e4a54c6f5

View File

@@ -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"