Fix #4; Catch non-alphabetic input in the plugboard.

This commit is contained in:
vanitasvitae 2015-02-23 18:19:37 +01:00
parent 449c80ebd5
commit 965aee43dd
3 changed files with 14 additions and 6 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "de.vanitasvitae.enigmandroid"
minSdkVersion 15
targetSdkVersion 21
versionCode 6
versionName "0.1.1-18.02.2015-beta"
versionCode 7
versionName "0.1.1-23.02.2015-beta"
}
buildTypes {
release {