Update targetSdkVersion to 31. (#630)

This commit is contained in:
mkyq 2022-11-16 20:15:30 -05:00 committed by GitHub
parent 35007fcf3e
commit 3dbdb8fcea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId appProperties['id']
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"