Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Mar 29, 2024
1 parent af769be commit d9301d2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdk = 26
targetSdk = 34
// SemVer
versionName = "1.22.0"
versionCode = 12200
versionName = "1.22.1"
versionCode = 12201
archivesName.set("$applicationId-v$versionCode")
}

Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values-de/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog_1.22.1">
<item>Aktualisierte Übersetzungen.</item>
<item>Historische Kursdaten bei Norges Bank gefixt.</item>
</string-array>

<string-array name="changelog_1.22.0">
<item>Neue API: OpenExchangerates</item>
<item>Entfernte API: Fer.ee - funktionierte nicht mehr zuverlässig</item>
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog_1.22.1">
<item>Updated translations.</item>
<item>Fix historical rates with Norges Bank.</item>
</string-array>

<string-array name="changelog_1.22.0">
<item>New API: OpenExchangerates</item>
<item>Removed API: Fer.ee - didn\'t work reliably anymore</item>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/12201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Aktualisierte Übersetzungen.
- Historische Kursdaten bei Norges Bank gefixt.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Updated translations.
- Fix historical rates with Norges Bank.

0 comments on commit d9301d2

Please sign in to comment.