Added deps after crash

This commit is contained in:
vjrj 2018-06-25 19:14:57 +02:00
parent 4fecc291a4
commit e8315adb1d
6 changed files with 45 additions and 22 deletions

View file

@ -48,7 +48,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.google.firebase:firebase-core:15.0.2'
implementation 'com.google.firebase:firebase-core:15.0.2'
// google recommends 16 but fails because location flutter package deps in 15
}