apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "launcher.simple.com.simplelauncher" minSdkVersion 4 targetSdkVersion 27 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } }