about summary refs log tree commit diff
path: root/android/settings.gradle
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
commita13f9bf0916f80417ea20cc98ad86fe51f1a60dd (patch)
treef124df035d35e80ce287c9ee87b034e2e8382b16 /android/settings.gradle
parentb449ab842fc64177f8ba1e17199911f02cb99526 (diff)
downloadvoidsky-a13f9bf0916f80417ea20cc98ad86fe51f1a60dd.tar.zst
Upgrade to react-native 0.71.0
Diffstat (limited to 'android/settings.gradle')
-rw-r--r--android/settings.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/settings.gradle b/android/settings.gradle
index aed268ab2..b55dd118f 100644
--- a/android/settings.gradle
+++ b/android/settings.gradle
@@ -4,7 +4,3 @@ include ':app'
 includeBuild('../node_modules/react-native-gradle-plugin')
 include ':rn-fetch-blob'
 project(':rn-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/rn-fetch-blob/android')
-if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
-    include(":ReactAndroid")
-    project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
-}