chore: Increase targetSdkVersion to 31

This commit is contained in:
Krille Fear 2022-11-21 16:31:29 +00:00
parent 4be055fa58
commit ba333d64bf
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ android {
defaultConfig {
applicationId "chat.fluffy.fluffychat"
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"