From 8e8518a5b8a7612ea3c86e740d08271d86e85d4a Mon Sep 17 00:00:00 2001 From: pacamara Date: Fri, 19 Jan 2018 00:25:39 +0000 Subject: [PATCH] changes to support issue 3037 fix in status-react --- android/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 36c6f2e..5624d2d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.3" defaultConfig { minSdkVersion 16 @@ -18,6 +17,6 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.1.0' - compile 'com.facebook.react:react-native:+' + api 'com.android.support:appcompat-v7:23.1.0' + api 'com.facebook.react:react-native:+' }