From 6356360210b896b7690427a9b8f4dc32e2341d14 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sun, 13 May 2018 01:36:02 +0100 Subject: [PATCH] [tests][android] misc build --- bridge/android/app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bridge/android/app/build.gradle b/bridge/android/app/build.gradle index 711a9830..8f739ed6 100755 --- a/bridge/android/app/build.gradle +++ b/bridge/android/app/build.gradle @@ -80,9 +80,8 @@ android { dependencies { //noinspection GradleDynamicVersion - implementation(project(':react-native-firebase')) { - transitive = false - } + implementation project(':react-native-firebase') + implementation(project(':bridge')) { transitive = false }