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-09-15 02:06:47 +02:00
|
|
|
minSdkVersion 16
|
2015-08-27 01:48:33 +02:00
|
|
|
targetSdkVersion 23
|
2015-09-27 14:09:57 +02:00
|
|
|
versionCode 14
|
|
|
|
versionName "0.1.8-27.09.2015-beta"
|
2015-02-04 20:51:31 +01:00
|
|
|
}
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
2015-08-27 01:48:33 +02:00
|
|
|
compile 'com.android.support:support-v4:23.0.0'
|
2015-02-04 20:51:31 +01:00
|
|
|
}
|