From 8781e80507c912e41afc239238a538d7b460fa48 Mon Sep 17 00:00:00 2001 From: timzaak Date: Mon, 16 May 2016 15:25:47 +0800 Subject: [PATCH] fix android build fail --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7e609be..00c7390 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -18,6 +18,5 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.facebook.react:react-native:+' }