Hi.
I've made an app with Appstudio 5.4 and Runtime 100.14.
It works fine but when i make the apk and upload it into Google Play to internal testing it shows the following message as a tester:

Translated: This app is not available for your device because it was built for an older version of Android
Note: I'm trying to test it in Android 11.
I setup the target sdk version in appinfo.json like this:
"deployment": {
"android": {
"minimumSdkVersion": 31,
"packageName": "<app bundleid that cannot reveal>",
"targetSdkVersion": 33
},This is following the Google Play API Levels | Android versions, SDK/API levels, version codes, codenames, and cumulative usage
Is there anything that i'm doing wrong?, because my current release works fine in production

But my updated version don't

Thank you in advance
Leandro