Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Aug 20, 2023
1 parent 7470cd2 commit ec0567c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
// SemVer
val major = 3
val minor = 4
val patch = 0
val patch = 1
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major.$minor.$patch"
archivesName.set("$applicationId-v$versionCode")
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values-de/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog"><b>3.4.0</b>
<string name="changelog"><b>3.4.1</b>
\n⸻
\n<li>Kompatibilität mit Android 13 erhöht.</li>
\n
\n<b>3.4.0</b>
\n⸻
\n<li>Ein frisches Design: Material 3!</li>
\n<li>Verbesserte Anzeige wenn Gruppieren nach Größe aktiv ist.</li>
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
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog"><b>3.4.0</b>
<string name="changelog"><b>3.4.1</b>
\n⸻
\n<li>Increased compatibility with Android 13.</li>
\n
\n<b>3.4.0</b>
\n⸻
\n<li>A fresh Design: Material 3!</li>
\n<li>Improved display when grouping by size is enabled.</li>
Expand Down

0 comments on commit ec0567c

Please sign in to comment.