ameixa/theme/build.gradle

24 lines
434 B
Groovy

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