2015-02-04 20:51:31 +01:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
2015-02-18 21:51:40 +01:00
|
|
|
compileSdkVersion 21
|
2015-02-04 20:51:31 +01:00
|
|
|
buildToolsVersion "20.0.0"
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "de.vanitasvitae.enigmandroid"
|
|
|
|
minSdkVersion 15
|
2015-02-18 21:51:40 +01:00
|
|
|
targetSdkVersion 21
|
2015-03-14 00:29:43 +01:00
|
|
|
versionCode 9
|
|
|
|
versionName "0.1.3-14.03.2015-beta"
|
2015-02-04 20:51:31 +01:00
|
|
|
}
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
2015-02-24 22:04:02 +01:00
|
|
|
compile 'com.android.support:support-v4:21.+'
|
2015-02-04 20:51:31 +01:00
|
|
|
}
|