Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Jul 15, 2024
1 parent a6f2082 commit e3ae9db
Show file tree
Hide file tree
Showing 5 changed files with 20 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 @@ -19,8 +19,8 @@ android {
minSdk = 26
targetSdk = 34
// SemVer
versionName = "1.22.2"
versionCode = 12202
versionName = "1.22.3"
versionCode = 12203
setProperty("archivesBaseName", "$applicationId-v$versionCode")
}

Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-de/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog_1.22.3">
<item>Aktualisierte Übersetzungen.</item>
<item>Kanadischer Dollar ist nun auch in der Bank of Canada-Datenquelle verfügbar.</item>
<item>Neue Sprache: Persisch</item>
</string-array>

<string-array name="changelog_1.22.2">
<item>Aktualisierte Übersetzungen.</item>
</string-array>
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog_1.22.3">
<item>Updated translations.</item>
<item>Canadian Dollar is now also available with Bank of Canada provider.</item>
<item>New language: Persian</item>
</string-array>

<string-array name="changelog_1.22.2">
<item>Updated translations.</item>
</string-array>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/12203.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Aktualisierte Übersetzungen.
- Kanadischer Dollar ist nun auch in der Bank of Canada-Datenquelle verfügbar.
- Neue Sprache: Persisch
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/12203.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Updated translations.
- Canadian Dollar is now also available with Bank of Canada provider.
- New language: Persian

0 comments on commit e3ae9db

Please sign in to comment.