2015-02-04 20:51:31 +01:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
2015-08-27 01:48:33 +02:00
|
|
|
compileSdkVersion 23
|
2015-08-16 02:59:56 +02:00
|
|
|
buildToolsVersion "22.0.1"
|
2015-02-04 20:51:31 +01:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "de.vanitasvitae.enigmandroid"
|
2015-10-09 00:57:54 +02:00
|
|
|
minSdkVersion 10
|
2015-08-27 01:48:33 +02:00
|
|
|
targetSdkVersion 23
|
2015-10-09 00:57:54 +02:00
|
|
|
versionCode 15
|
|
|
|
versionName "0.1.9-09.10.2015-beta"
|
2015-02-04 20:51:31 +01:00
|
|
|
}
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
2015-10-09 00:57:54 +02:00
|
|
|
compile 'com.android.support:support-v4:23.0.1'
|
2015-02-04 20:51:31 +01:00
|
|
|
}
|