versão da api para 21 versão minima para o android 7

This commit is contained in:
Reginaldo
2023-09-11 12:02:07 -03:00
parent afb08a2363
commit 5f82282c78
2 changed files with 3 additions and 3 deletions

View File

@@ -50,8 +50,8 @@ android {
defaultConfig { defaultConfig {
applicationId "com.ab.rkm.rkm" applicationId "com.ab.rkm.rkm"
minSdkVersion 31 minSdkVersion 19
targetSdkVersion 33 targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
} }

View File

@@ -2,7 +2,7 @@ name: rkm
description: RKM AB 2.0. description: RKM AB 2.0.
publish_to: 'none' publish_to: 'none'
version: 1.0.2+3 version: 1.0.3+4
environment: environment:
sdk: '>=2.17.6 <3.0.0' sdk: '>=2.17.6 <3.0.0'