From c907912a165e5d5ff87d1876c791da5506f24a0e Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 18 Dec 2022 22:37:16 +1300 Subject: [PATCH] Fix old references to removed libraries --- android/app/build.gradle | 5 ----- android/settings.gradle | 2 -- 2 files changed, 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9fa54c3..38d81ae 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -88,10 +88,6 @@ project.ext.vectoricons = [ iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Name of the font files you want to copy ] -apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" - - - /** * Set this to true to create two separate APKs instead of one: * - An APK that only works on ARM devices @@ -258,7 +254,6 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation project(':react-native-fs') //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules diff --git a/android/settings.gradle b/android/settings.gradle index f9f4780..4cceebc 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -2,8 +2,6 @@ rootProject.name = 'swiper' apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) include ':app' includeBuild('../node_modules/react-native-gradle-plugin') -include ':react-native-fs' -project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android') if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") { include(":ReactAndroid")