Differences Between minSdkVersion, maxSdkVersion, compileSdkVersion and targetSdkVersion
Introduction There are 4 places in build.gradle where Android SDK version can be defined. This article describes their meanings and purposes. All of them are connected with the concept of API level. In general, it corresponds to Android system version and the newer device and system the higher API level is. Certain parts of Android […]