mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2025-09-09 10:19:40 +02:00
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:
parent
992c9a924d
commit
8cd2b6467b
42 changed files with 399 additions and 151 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue