You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The day has arrived, I was not able to upload my finished App Bundle into Google Play console.
"Your app currently targets API level 30 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 31. Learn More"
@karoonys@epicmario7133
Go to your build.gradle(here in this repository it is located at stickers/Android/app/build.gradle) file and update these two line:
Problem Description
Soon google request that all apks will be with api level 31
Links
https://developer.android.com/google/play/requirements/target-sdk
The text was updated successfully, but these errors were encountered: