From bad4e649e190b8ffdb65dced8d08a16b5d74f13e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 5 May 2016 18:22:50 +0100 Subject: [PATCH] Fix build --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b588a88..0e2258d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -120,7 +120,6 @@ android { } dependencies { - compile project(':react-native-vector-icons') compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" compile "com.facebook.react:react-native:+" // From node_modules