Google Play Console is showing a warning for my app saying:
"App must target Android 15 (API level 35) or higher. Your highest non-compliant target API level is Android 14 (API level 34). Deadline: Aug 31, 2025."
I built my app using FlutterFlow, and when I export and upload it to Google Play, it still targets API 34. I need to update it to API 35 so I can continue publishing updates.
I’m not sure where in FlutterFlow (or after export) I need to change the target SDK version.
Has anyone done this before? Should I adjust something in FlutterFlow’s build settings, or do I have to modify android/app/build.gradle
after export and then rebuild manually?