Updated to 0.1.9, added backwards compatibility to api 10, added option to share/receive configs via qr-code, added number spelling in spanish, italian

This commit is contained in:
VanitasVitae 2015-10-09 00:57:54 +02:00
parent 992c9a924d
commit 8cd2b6467b
42 changed files with 399 additions and 151 deletions

View file

@ -6,10 +6,10 @@ android {
defaultConfig {
applicationId "de.vanitasvitae.enigmandroid"
minSdkVersion 16
minSdkVersion 10
targetSdkVersion 23
versionCode 14
versionName "0.1.8-27.09.2015-beta"
versionCode 15
versionName "0.1.9-09.10.2015-beta"
}
buildTypes {
release {
@ -19,5 +19,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:23.0.0'
compile 'com.android.support:support-v4:23.0.1'
}