Skip to content

Question: did you mix up the sdks? #10

Open
@tmtron

Description

@tmtron

I don't think you should always bump the minSdkVersion to the newest version, because then your app can only be installed on this version and all users with older Android versions cannot use your app, right?

So what you should do is to always bump the compileSdkVersion and probably also the targetSdkVersion.

And when your minSdkVersion is lower than your targetSdkVersion, then you need to carefully handle backward compatibility in your code.

related links:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions