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 b5b29a4 commit 337cb74Copy full SHA for 337cb74
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId "${packageName}"
29
minSdkVersion 21
30
targetSdkVersion 35
31
- versionCode 73
32
- versionName "3.3"
+ versionCode 74
+ versionName "3.3.1"
33
multiDexEnabled true
34
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
35
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
app/src/main/assets/changelog.html
@@ -31,6 +31,11 @@
</head>
<body>
<div></div>
+ <h3>Version 3.3.1</h3>
+ <h4>Fixes</h4>
36
+ <ul>
37
+ <li>Codes were not shown in case the tiles view mode was combined with hidden account names</li>
38
+ </ul>
39
<h3>Version 3.3</h3>
40
<h4>New</h4>
41
<ul>
0 commit comments