Skip to content

Commit 337cb74

Browse files
committed
Release v3.3.1
1 parent b5b29a4 commit 337cb74

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
@@ -28,8 +28,8 @@ android {
2828
applicationId "${packageName}"
2929
minSdkVersion 21
3030
targetSdkVersion 35
31-
versionCode 73
32-
versionName "3.3"
31+
versionCode 74
32+
versionName "3.3.1"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
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 3.3.1</h3>
35+
<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>
3439
<h3>Version 3.3</h3>
3540
<h4>New</h4>
3641
<ul>

0 commit comments

Comments
 (0)