chore: Only load google services if needed

This commit is contained in:
Christian Pauly 2020-10-27 13:14:10 +00:00
commit 0bf281c3b3
2 changed files with 3 additions and 6 deletions

View file

@ -87,4 +87,6 @@ dependencies {
implementation "net.zetetic:android-database-sqlcipher:4.4.0" // needed for moor_ffi w/ sqlcipher
}
apply plugin: "com.google.gms.google-services"
if(file("google-services.json").exists() || System.getenv('CI')){
apply plugin: 'com.google.gms.google-services'
}