minimalist-launcher/MinimalistLauncher/build.gradle
2018-04-13 10:28:52 -04:00

19 lines
440 B
Groovy

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'
}
}
}