Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed May 9, 2024
1 parent abe1c49 commit 503d2e5
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 2
versionName "0.1.1"
versionCode 3
versionName "0.1.2"

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.2</h3>
<h4>Fixes</h4>
<ul>
<li>The changelog was not readable on older Android versions</li>
</ul>
<h3>Version 0.1.1</h3>
<h4>Fixes</h4>
<ul>
Expand Down

0 comments on commit 503d2e5

Please sign in to comment.