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 }