EnigmAndroid/app/build.gradle

24 lines
479 B
Groovy
Raw Normal View History

2015-02-04 20:51:31 +01:00
apply plugin: 'com.android.application'
android {
2017-05-05 18:34:44 +02:00
compileSdkVersion 25
buildToolsVersion "25.0.3"
2015-02-04 20:51:31 +01:00
defaultConfig {
applicationId "de.vanitasvitae.enigmandroid"
2017-05-05 18:34:44 +02:00
minSdkVersion 11
targetSdkVersion 25
versionCode 16
versionName "1.0.0-05.05.2017"
2015-02-04 20:51:31 +01:00
}
buildTypes {
release {
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
2017-05-05 18:34:44 +02:00
compile 'com.android.support:support-v4:25.3.1'
2015-02-04 20:51:31 +01:00
}