mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Target Android 12 to match play store requirements
This commit is contained in:
parent
11279b4119
commit
b3d6d30963
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ android {
|
|||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.nkming.nc_photos"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 31
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
ndk {
|
||||
|
|
Loading…
Reference in a new issue