0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Version 0.6.16

This commit is contained in:
Arne Schwabe 2014-06-24 12:48:40 +02:00
parent f94736561c
commit bcddd605ab
2 changed files with 5 additions and 4 deletions

View File

@ -5,4 +5,5 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
}
}
}

View File

@ -17,8 +17,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode = 96
versionName = "0.6.15"
versionCode = 97
versionName = "0.6.16"
}
sourceSets {
@ -44,7 +44,7 @@ android {
}
lintOptions {
enable 'BackButton', 'EasterEgg', 'StopShip', 'IconExpectedSize'
enable 'BackButton', 'EasterEgg', 'StopShip', 'IconExpectedSize', 'GradleDynamicVersion', 'NewerVersionAvailable'
disable 'MissingTranslation'
}