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

GPO-43 - Android Target API is out of date #8

Open
andy-preston opened this issue Nov 14, 2023 · 0 comments
Open

GPO-43 - Android Target API is out of date #8

andy-preston opened this issue Nov 14, 2023 · 0 comments

Comments

@andy-preston
Copy link
Owner

andy-preston commented Nov 14, 2023

android {
    compileSdk = 31
    defaultConfig {
        minSdk = 31
        targetSdk = 31
    }
    lint {
        disable += "OldTargetApi"
    }

Level 34 for Android 14 is current. Can I upgrade and still support my Android 12 phone?

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

No branches or pull requests

1 participant