Release 2.4.0
This commit is contained in:
parent
9c064db05d
commit
2424481f8d
3 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "de.marcelkapfer.morseconverter"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 22
|
||||
versionCode 230
|
||||
versionName "2.3.0 beta"
|
||||
versionCode 240
|
||||
versionName "2.4.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -36,7 +36,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.3.0 \n03. August 2015</string>
|
||||
<string name="aboutVersion">2.4.0 \n21. August 2015</string>
|
||||
<string name="sectionBug">Fehler</string>
|
||||
<string name="sectionContact">Kontakt</string>
|
||||
<string name="sectionDeveloper">Entwickler</string>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<string name="sectionHow">How to</string>
|
||||
<string name="sectionMissing">Missing Code</string>
|
||||
<!--About Texts-->
|
||||
<string name="aboutVersion">2.3.0 beta \n03 August 2015</string>
|
||||
<string name="aboutVersion">2.4.0 \n21 August 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>
|
||||
|
|
Reference in a new issue