When creating a new project in Android Studio, we see the gradle file has two entries called “compileSdkVersion” and “targetSdkVersion”. It’s set to the latest version by default. Let’s take a look at what they are actually for. As the name suggests, compileSdkVersion is the version of Android APIs that…