I finish my flutter app and I want to upload it to Google Play Store. I got a warning that Google Play requires new apps and app updates to target Android 13 (API level 33) or higher.
I tried the steps given by Flutter but I got bunches of errors.
Now I will try redo my app by creating a new project.
My question is how can I make Android 13 (API level 33) the default for my new and other future projects.