How to change SDK to 31 from my apps?

How to change SDK to 31 from my apps?
Inside project and projection settings, the max version available of SDK is 29.

Why exactly do you like to change the minimum sdk of you app?
Don’t you want your app to be available to as much devices as possible?

Taifun

Because there is a notification on Google Play Console:

We detected that your app is intended for an old version of Android. To provide a secure experience for users, Google Play requires that all apps meet the desired API level requirements.

From August 31, 2023, if the desired API level is not more than one year different from the latest version of Android, you will not be able to update the app.

To continue making updates, make sure your app targets Android 13 (API level 33).

Simply compile the project again and it will be oriented to API 33

1 Like

ok, thanks