fix android config

This commit is contained in:
2022-04-05 11:25:37 +06:30
parent 2b362cd8de
commit cbd8ddad08
4 changed files with 16 additions and 4 deletions

View File

@@ -31,7 +31,11 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 30
lintOptions {
checkReleaseBuilds false
}
compileSdkVersion 31
defaultConfig {
minSdkVersion 21
@@ -89,6 +93,7 @@ flutter {
dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
apply plugin: 'com.google.gms.google-services'