From d9d44c7d7cb1289fa12d2f186cbc7e224ee0a79b Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 13 Oct 2022 17:48:06 -0500 Subject: [PATCH] chore: fix android build --- packages/mobile/android/app/build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/mobile/android/app/build.gradle b/packages/mobile/android/app/build.gradle index 7ace13d2f..2fa6223ed 100644 --- a/packages/mobile/android/app/build.gradle +++ b/packages/mobile/android/app/build.gradle @@ -83,12 +83,6 @@ project.ext.react = [ apply from: "../../node_modules/react-native/react.gradle" -project.ext.vectoricons = [ - iconFontNames: [ 'Ionicons.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