[go: nahoru, domu]

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

Question: did you mix up the sdks? #10

Open
tmtron opened this issue Jun 6, 2017 · 0 comments
Open

Question: did you mix up the sdks? #10

tmtron opened this issue Jun 6, 2017 · 0 comments

Comments

@tmtron
Copy link
tmtron commented Jun 6, 2017

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:

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

1 participant