Android SDK Version

Android SDK Version

In Android development, I’m always confused about the properties in build.gradle like compileSdkVersion, targetSdkVersion, minSdkVersion etc. To end up this confusion and make it clear, after I read offical Google docuement and some posts, here is a short conclusion to explain each of them and compare the diff.

Read More