Skip to content

Commit

Permalink
increase app version
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Oct 29, 2020
1 parent 9b1b799 commit e35c6e2
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -13,7 +13,7 @@ android {
// SemVer
def major = 0
def minor = 2
def patch = 0
def patch = 1
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major ($major.$minor.$patch)"
}
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
<resources>
<string name="title_changelog">Changelog</string>

<string name="changelog">
<b><big>0.2.0</big></b>
<string name="changelog"><b><big>0.2.1</big></b>
\n
\n• Better error handling
\n• Minor improvements
\n
\n<b><big>0.2.0</big></b>
\n
\n• Added a copy function: Long click on the value you want to copy
\n
Expand Down

0 comments on commit e35c6e2

Please sign in to comment.