Loading the apk of my app on Google Play Console I received the warning that my app's API level is 26 and it has to be 28 to be released.
I went on the sdkManager of B4A and installed all of the Android 29 files but I still get the warning.
What should I do to upgrade my app's API level from 26 to 28 then?
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...