Skip to content

Commit 1bd9cf3

Browse files
committed
Release v1.4.1
1 parent a795015 commit 1bd9cf3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "${packageName}"
2525
minSdkVersion 21
2626
targetSdkVersion 30
27-
versionCode 43
28-
versionName "1.4"
27+
versionCode 44
28+
versionName "1.4.1"
2929
multiDexEnabled true
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3131
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 1.4.1</h3>
35+
<h4>Fixes</h4>
36+
<ul>
37+
<li>Scanning QR codes stopped working on certain devices (primarily OnePlus)</li>
38+
</ul>
3439
<h3>Version 1.4</h3>
3540
<h4>New</h4>
3641
<ul>

0 commit comments

Comments
 (0)