Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Nov 1, 2021
1 parent e6e1230 commit f4887a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 26
targetSdkVersion 31
// SemVer
versionName = '1.8.1'
versionCode = 10801
versionName = '1.9.0'
versionCode = 10900
archivesBaseName = "$applicationId-v$versionCode"
}

Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<resources>
<string name="title_changelog" translatable="false">Changelog</string>

<string name="changelog" translatable="false"><b>1.8.1</b>
<string name="changelog" translatable="false"><b>1.9.0</b>
\n⸻
\n<li>New localization: The app also speaks Greek, now. 🇬🇷</li>
\n
\n<b>1.8.1</b>
\n⸻
\n<li>Fixed an error where the app would crash in some cases, when the dark theme is used.</li>
\n
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/10900.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Neue Übersetzung: Die App spricht nun auch griechisch. 🇬🇷
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10900.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- New localization: The app also speaks Greek, now. 🇬🇷

0 comments on commit f4887a5

Please sign in to comment.