Bump targetSDKVersions to 33

This commit is contained in:
Rafał Adasiewicz
2023-01-25 14:39:37 +01:00
parent 7b35910a5e
commit 3884824f2d
5 changed files with 5 additions and 5 deletions
@@ -41,7 +41,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.example"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}