mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Increase min OS to Android 6 (SDK23)
This commit is contained in:
parent
58171f14c9
commit
4914dad8c4
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ android {
|
|||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.nkming.nc_photos"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 33
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
@ -86,7 +86,7 @@ android {
|
|||
|
||||
splits {
|
||||
abi {
|
||||
enable true
|
||||
enable false
|
||||
reset()
|
||||
include "armeabi-v7a", "arm64-v8a", "x86_64"
|
||||
universalApk true
|
||||
|
|
Loading…
Reference in a new issue