Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Apr 18, 2024
1 parent 258e971 commit 738d7a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId packageName
minSdkVersion 27
targetSdkVersion 34
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.1.1"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
</head>
<body>
<div></div>
<h3>Version 0.1.1</h3>
<h4>Fixes</h4>
<ul>
<li>Removal of the unused "Settings" menu item</li>
</ul>
<h3>Version 0.1.0</h3>
<p>Initial release</p>
</body>
Expand Down

0 comments on commit 738d7a3

Please sign in to comment.