Lower target sdk to 32

READ_EXTERNAL permissions issue on android 13+
This commit is contained in:
Hanh 2023-02-06 22:34:26 +10:00
parent 15ffefca44
commit 605fe92ece
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ android {
defaultConfig {
applicationId "me.hanh.ywallet"
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 32
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.17+366
version: 1.2.17+367
environment:
sdk: ">=2.12.0 <3.0.0"