From 4f904b518be985115848042f919048e20283ab89 Mon Sep 17 00:00:00 2001 From: Dmytraw Date: Fri, 23 Jun 2023 19:00:45 +0300 Subject: [PATCH] Update build.gradle Typo fix --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index db47ffa..4f60f5f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,7 @@ android { dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' - if (project.properties['android.useAndroidX'] == 'true' || project.properties['android.useAndroidX'] == true) { + if (project.properties['android.useAndroidX'] == 'true') { api "com.github.tonyofrancis.Fetch:xfetch2:3.1.6" implementation "com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6" } else {