Skip to content

Commit

Permalink
Fix database build
Browse files Browse the repository at this point in the history
Change-Id: I1cb84f604f75055f94740bb0bc143e0bb9b7dcbb
  • Loading branch information
samtstern committed May 24, 2018
1 parent 443d744 commit 1ae89e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ dependencies {
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.firebase:firebase-database:16.0.1'

// Needed to fix a dependency conflict with FirebaseUI'
implementation 'android.arch.core:runtime:1.1.1'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Expand Down

0 comments on commit 1ae89e6

Please sign in to comment.