Merge pull request #28 from Dmytraw/patch-1

Update build.gradle
This commit is contained in:
Kesha Antonov
2023-07-14 14:12:43 +03:00
committed by GitHub
+1 -1
View File
@@ -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 {