Release Catima 2.17.0

This commit is contained in:
Sylvia van Os
2022-06-24 21:25:56 +02:00
parent 68624f8911
commit 2f0084a73b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 108
## v2.17.0 - 108
- Add card duplication feature
- Don't allow choosing expiry before 1970 (they never worked anyway)

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 107
versionName "2.16.3"
versionCode 108
versionName "2.17.0"
vectorDrawables.useSupportLibrary true
multiDexEnabled true

View File

@@ -239,5 +239,5 @@
<string name="unarchived">Karte nicht archiviert</string>
<string name="archive">Archivieren</string>
<string name="archived">Karte archiviert</string>
<string name="settings_lock_on_opening_orientation">Sperre zur Ausrichtung benutzt beim Öffnen der Karte</string>
</resources>
<string name="settings_lock_on_opening_orientation">Kartenausrichtung nach dem Öffnen beibehalten</string>
</resources>