2
0
mirror of synced 2025-02-02 17:43:27 +00:00

[tests][android] misc build

This commit is contained in:
Salakar 2018-05-13 01:36:02 +01:00
parent 0262bdfa0b
commit 6356360210

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
}