mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-01 01:55:59 +01:00
23 lines
481 B
Groovy
23 lines
481 B
Groovy
apply plugin: 'com.android.application'
|
|
|
|
android {
|
|
compileSdkVersion 21
|
|
buildToolsVersion "20.0.0"
|
|
|
|
defaultConfig {
|
|
applicationId "de.vanitasvitae.enigmandroid"
|
|
minSdkVersion 15
|
|
targetSdkVersion 21
|
|
versionCode 9
|
|
versionName "0.1.3-14.03.2015-beta"
|
|
}
|
|
buildTypes {
|
|
release {
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
compile 'com.android.support:support-v4:21.+'
|
|
}
|