chore: bump target version

This commit is contained in:
Matyáš Caras 2024-07-16 20:34:41 +02:00
parent cddb58c118
commit 94eb563217
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -52,7 +52,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}