why_bump_android_minsdk icon indicating copy to clipboard operation
why_bump_android_minsdk copied to clipboard

Question: did you mix up the sdks?

Open tmtron opened this issue 7 years ago • 0 comments

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:

tmtron avatar Jun 06 '17 09:06 tmtron