Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Feb 1, 2022
1 parent a18b0ab commit c83bb60
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
// SemVer
def major = 3
def minor = 3
def patch = 2
def patch = 3
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major.$minor.$patch"
archivesBaseName = "$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.3.2</b>
<string name="changelog"><b>3.3.3</b>
\n⸻
\n<li>Fehlerbehebungen bei RTL-Sprachen</li>
\n
\n<b>3.3.2</b>
\n⸻
\n<li>UI-Verbesserungen</li>
\n
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.3.2</b>
<string name="changelog"><b>3.3.3</b>
\n⸻
\n<li>Fixes for RTL languages</li>
\n
\n<b>3.3.2</b>
\n⸻
\n<li>UI improvements</li>
\n
Expand Down

0 comments on commit c83bb60

Please sign in to comment.