Skip to content

Commit

Permalink
increase app version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Mar 28, 2021
1 parent 1dfc699 commit 6b94077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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 = 1
def patch = 1
def patch = 2
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/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.1.1</b>
<string name="changelog"><b>3.1.2</b>
\n• Some stability improvements and fixed bugs
\n• As always: minor UI improvements
\n
\n<b>3.1.1</b>
\n• Some UI improvements
\n
\n<b>3.1.0</b>
Expand Down

0 comments on commit 6b94077

Please sign in to comment.