From d6e307af482819297c7ee4c6a9717e65aa09ded2 Mon Sep 17 00:00:00 2001 From: Ralph Pina Date: Tue, 11 Apr 2017 16:41:36 -0700 Subject: [PATCH] fixed lint --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f825bbd..994b5e3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,5 +26,5 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + compile 'com.facebook.react:react-native:0.42.0' }