Hi,
Major issue here: Our game built into an Android AAB file won't upload to Google Play?
It says we need to use at least API 30, but Godot is building with API 29 ? Will this be fixed soon?
https://github.com/godotengine/godot/issues/48636
Jesse
We tried: Godot 3.4 beta 2 but still same issue above
We solved above issue: (1) Navigate to "\android\build" in project's folder. (2) Open "config.gradle". (3) Change: "compileSdk" & "targetSdk" to 30. (4) Build new AAB file and upload to Google Play.