Release v1.4.1

pull/659/head v1.4.1
Alexander Bakker 4 years ago
parent a795015487
commit 1bd9cf3a3f

@ -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()}\""

@ -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>

Loading…
Cancel
Save