Add messaging
This commit is contained in:
parent
345b54bec3
commit
4fecc291a4
9 changed files with 81 additions and 5 deletions
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue