Add firebase stuff

This commit is contained in:
Christian Pauly 2020-01-03 17:23:40 +01:00
commit 8d7aaa44a6
7 changed files with 69 additions and 1 deletions

View file

@ -8,6 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.2'
}
}