[tests][android] misc build

This commit is contained in:
Salakar 2018-05-13 01:36:02 +01:00
parent 0262bdfa0b
commit 6356360210
1 changed files with 2 additions and 3 deletions

View File

@ -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
}