Skip to content

Commit

Permalink
[tests] Update build.gradle to match our install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbianca committed Feb 1, 2018
1 parent 6aef08e commit 5675181
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ android {
project.ext.firebaseVersion = '11.8.0'

dependencies {
// compile(project(':react-native-firebase')) {
// transitive = false
// }
compile project(':react-native-vector-icons')
compile project(':react-native-firebase')
compile(project(':react-native-firebase')) {
transitive = false
}
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.google.android.gms:play-services-base:$firebaseVersion"
compile "com.google.firebase:firebase-ads:$firebaseVersion"
Expand Down

0 comments on commit 5675181

Please sign in to comment.