builds: Change minsdkversion of Android from 16 to 19
This commit is contained in:
parent
222524d0b8
commit
b95cb93bf0
3 changed files with 2 additions and 11 deletions
|
|
@ -44,7 +44,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "chat.fluffy.fluffychat"
|
applicationId "chat.fluffy.fluffychat"
|
||||||
minSdkVersion 16
|
minSdkVersion 19
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ subprojects {
|
||||||
project.evaluationDependsOn(':app')
|
project.evaluationDependsOn(':app')
|
||||||
}
|
}
|
||||||
|
|
||||||
task clean(type: Delete) {
|
tasks.register("clean", Delete) {
|
||||||
delete rootProject.buildDir
|
delete rootProject.buildDir
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,6 @@ diff --git a/android/app/build.gradle b/android/app/build.gradle
|
||||||
index 001fbd72..339b35af 100644
|
index 001fbd72..339b35af 100644
|
||||||
--- a/android/app/build.gradle
|
--- a/android/app/build.gradle
|
||||||
+++ b/android/app/build.gradle
|
+++ b/android/app/build.gradle
|
||||||
@@ -44,7 +44,7 @@ android {
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
applicationId "chat.fluffy.fluffychat"
|
|
||||||
- minSdkVersion 16
|
|
||||||
+ minSdkVersion 19
|
|
||||||
targetSdkVersion 31
|
|
||||||
versionCode flutterVersionCode.toInteger()
|
|
||||||
versionName flutterVersionName
|
|
||||||
@@ -68,6 +68,10 @@ android {
|
@@ -68,6 +68,10 @@ android {
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue