mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-23 22:12:34 +01:00
builds: Change minsdkversion of Android from 16 to 19
This commit is contained in:
parent
1086c0e5cd
commit
d3bd2c3a08
@ -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…
Reference in New Issue
Block a user