Update build.gradle

Typo fix
This commit is contained in:
Dmytraw
2023-06-23 19:00:45 +03:00
committed by GitHub
parent d8321607c7
commit 4f904b518b
+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 {