ameixa/theme/build.gradle

24 lines
437 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "org.twelf.cmtheme"
minSdkVersion 21
targetSdkVersion 23
versionCode 44
versionName "3.0.5"
}
buildTypes {
release {
minifyEnabled false
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}