fix: Android Download
This commit is contained in:
parent
b23126fb64
commit
08a3b199e7
5 changed files with 37 additions and 7 deletions
|
|
@ -44,7 +44,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "chat.fluffy.fluffychat"
|
||||
minSdkVersion 18
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
@ -87,6 +87,4 @@ dependencies {
|
|||
implementation "net.zetetic:android-database-sqlcipher:4.4.0" // needed for moor_ffi w/ sqlcipher
|
||||
}
|
||||
|
||||
if(file("google-services.json").exists() || System.getenv('CI')){
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
}
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
Loading…
Add table
Add a link
Reference in a new issue