We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795015 commit 1bd9cf3Copy full SHA for 1bd9cf3
app/build.gradle
@@ -24,8 +24,8 @@ android {
24
applicationId "${packageName}"
25
minSdkVersion 21
26
targetSdkVersion 30
27
- versionCode 43
28
- versionName "1.4"
+ versionCode 44
+ versionName "1.4.1"
29
multiDexEnabled true
30
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
31
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
app/src/main/assets/changelog.html
@@ -31,6 +31,11 @@
</head>
32
<body>
33
<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>
39
<h3>Version 1.4</h3>
40
<h4>New</h4>
41
<ul>
0 commit comments