Qt 6.11 is out! See what's new in the release
blog
Publishing APP on Google Play!
-
Hello... after a month compiling my QT project for Android... I'm now trying to publish it on Google Play...
The problem that to publish on Google Play the minimum API is currently 31.
But my QT project allows me to select only API 29 at most.
Look:

How to build my project using API 31??
I use QT 5.14.2
-
What is the "Android build platform SDK" version you are using? You can find this under Projects>Build Steps>Build Android APK>Application.
If the maximum value you can get is "android-29", you might need to update your Android SDK.
The simplest way to update your SDK is to go to Edit>Preferences>Devices>Android>SDK Manager and update from there.