Release v1.4.1

This commit is contained in:
Alexander Bakker 2021-01-04 18:59:47 +01:00
parent a795015487
commit 1bd9cf3a3f
2 changed files with 7 additions and 2 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
versionCode 43
versionName "1.4"
versionCode 44
versionName "1.4.1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -31,6 +31,11 @@
</head>
<body>
<div></div>
<h3>Version 1.4.1</h3>
<h4>Fixes</h4>
<ul>
<li>Scanning QR codes stopped working on certain devices (primarily OnePlus)</li>
</ul>
<h3>Version 1.4</h3>
<h4>New</h4>
<ul>