Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Jan 19, 2021
1 parent e863cc3 commit c9a6499
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.apozas.contactdiary"
minSdkVersion 14
targetSdkVersion 30
versionCode 16
versionName "1.4.0"
versionCode 17
versionName "1.4.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dieses Update fügt neue Übersetzungen hinzu (Japanisch dank ysakamoto_ und Ukrainisch dank tabaks) und vervollständigt den Rest. Außerdem wird ein Absturz beim Exportieren in Android 4.3 und niedriger verhindert.

Wenn Sie bei der Übersetzung von Kontakttagebuch in Ihre Sprache helfen möchten, besuchen Sie bitte http://www.crowdin.com/project/contactdiary
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This update adds new translations (Japanese, thanks to ysakamoto_, and Ukrainian, thanks to tabaks), and completes the rest. Also, a crash is prevented when exporting in Android 4.3 and lower.

If you want to help translating Contact Diary to your language, please visit http://www.crowdin.com/project/contactdiary
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Esta actualización añade nuevas traducciones (japonés, gracias a ysakamoto_, y ucraniano, gracias a tabaks) y completa el resto. Además, evita un bloqueo al exportar en Android 4.3 y versiones anteriores.

Si deseas ayudar a traducir Diario de Contactos a tu idioma, visita http://www.crowdin.com/project/contactdiary
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Questo aggiornamento aggiunge nuove traduzioni (giapponese, grazie a ysakamoto_, e ucraino, grazie ai tabak) e completa il resto. Inoltre, viene evitato un arresto anomalo durante l'esportazione in Android 4.3 e versioni precedenti.

Se vuoi aiutare a tradurre Diario dei Contatti nella tua lingua, visita http://www.crowdin.com/project/contactdiary

0 comments on commit c9a6499

Please sign in to comment.