Skip to content

Commit

Permalink
Release Catima 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Jun 24, 2022
1 parent 68624f8 commit 2f0084a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 2f0084a

Please sign in to comment.