Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] The target app needs to be changed to api level 31 #901

Open
epicmario7133 opened this issue Oct 3, 2022 · 2 comments
Open

[Android] The target app needs to be changed to api level 31 #901

epicmario7133 opened this issue Oct 3, 2022 · 2 comments

Comments

@epicmario7133
Copy link

Problem Description
Soon google request that all apks will be with api level 31

Links
https://developer.android.com/google/play/requirements/target-sdk

@karoonys
Copy link

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"

Any help would be appreciated!

@Danish-Khan01
Copy link

Danish-Khan01 commented Mar 22, 2023

@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:

compileSdkVersion 31

targetSdkVersion 31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants