Add messaging

This commit is contained in:
vjrj 2018-06-13 12:02:08 +02:00
parent 345b54bec3
commit 4fecc291a4
9 changed files with 81 additions and 5 deletions

View file

@ -48,4 +48,8 @@ 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'
// google recommends 16 but fails because location flutter package deps in 15
}
apply plugin: 'com.google.gms.google-services'