Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Sep 7, 2022
1 parent 35101b5 commit 2334ce0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
targetSdkVersion 32
// SemVer
def major = 3
def minor = 3
def patch = 3
def minor = 4
def patch = 0
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major.$minor.$patch"
archivesBaseName = "$applicationId-v$versionCode"
Expand Down
7 changes: 6 additions & 1 deletion app/src/main/res/values-de/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog"><b>3.3.3</b>
<string name="changelog"><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>
\n
\n<b>3.3.3</b>
\n⸻
\n<li>Fehlerbehebungen bei RTL-Sprachen</li>
\n
Expand Down
7 changes: 6 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog"><b>3.3.3</b>
<string name="changelog"><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>
\n
\n<b>3.3.3</b>
\n⸻
\n<li>Fixes for RTL languages</li>
\n
Expand Down

0 comments on commit 2334ce0

Please sign in to comment.