build: Update targetSdkVersion to 33 (Android 13)

This commit is contained in:
Krille 2023-08-29 08:29:08 +02:00
parent 464206b581
commit f1f015df23
No known key found for this signature in database

View file

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