add android example

This commit is contained in:
Salvatore Giordano
2020-03-17 12:11:03 +01:00
parent 7b27322e85
commit af16d90789
8 changed files with 54 additions and 9 deletions
+3
View File
@@ -64,4 +64,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'com.google.firebase:firebase-messaging:20.1.2'
}
apply plugin: 'com.google.gms.google-services'