Version 2.2.6

This commit is contained in:
mmk2410 2015-05-30 22:29:39 +02:00
parent 08182f7409
commit cbdd4ec80f
3 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "de.marcelkapfer.morseconverter"
minSdkVersion 11
targetSdkVersion 22
versionCode 224
versionName "2.2.4"
versionCode 226
versionName "2.2.6<"
}
buildTypes {
release {

View File

@ -38,7 +38,7 @@
<string name="aboutBug">Wenn Du einen Fehler gefunden hast, schreibe mir bitte ein E-Mail an marcelmichaelkapfer@yahoo.co.nz</string>
<string name="aboutHow">Du kannst eine ausführliche Anleitung auf marcel-kapfer.de/writtenmorse/index.html#howto_android finden.</string>
<string name="aboutMissing">Wenn Du auf einen fehlenden Code aufmerksam geworden bist, dann schreibe eine E-Mail an marcelmichaelkapfer@yahoo.co.nz.</string>
<string name="aboutVersion">2.2.5 \n27. Mai 2015</string>
<string name="aboutVersion">2.2.6 \n29. Mai 2015</string>
<string name="sectionBug">Fehler</string>
<string name="sectionContact">Kontakt</string>
<string name="sectionDeveloper">Entwickler</string>

View File

@ -43,7 +43,7 @@
<string name="sectionHow">How to</string>
<string name="sectionMissing">Missing Code</string>
<!--About Texts-->
<string name="aboutVersion">2.2.5 \n27 May 2015</string>
<string name="aboutVersion">2.2.6 \n29 May 2015</string>
<string name="aboutDeveloper" translatable="false">Marcel Michael Kapfer</string>
<string name="aboutWebsite" translatable="false">marcel-kapfer.de/writtenmorse</string>
<string name="aboutContact" translatable="false">marcelmichaelkapfer@yahoo.co.nz</string>