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 API level should be atleast 28 #11

Closed
bobinson opened this issue Aug 12, 2019 · 0 comments · May be fixed by #12
Closed

Android API level should be atleast 28 #11

bobinson opened this issue Aug 12, 2019 · 0 comments · May be fixed by #12

Comments

@bobinson
Copy link

Error while trying to publish the apk:

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 28. Learn how.

Need to change : targetSdkVersion

reference : https://developer.android.com/distribute/best-practices/develop/target-sdk.html

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

Successfully merging a pull request may close this issue.

2 participants