Fix old references to removed libraries

This commit is contained in:
2022-12-18 22:37:16 +13:00
parent ebabc39e3d
commit c907912a16
2 changed files with 0 additions and 7 deletions
-5
View File
@@ -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