Skip to content

Commit 9ab949a

Browse files
committed
Release v3.3.4
1 parent e8bf7b0 commit 9ab949a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "${packageName}"
2929
minSdkVersion 21
3030
targetSdkVersion 35
31-
versionCode 76
32-
versionName "3.3.3"
31+
versionCode 77
32+
versionName "3.3.4"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 3.3.4</h3>
35+
<h4>Fixes</h4>
36+
<ul>
37+
<li>Icons are now resized to 512x512 to reduce the size of the vault file and to reduce the chance of encountering out of memory conditions</li>
38+
</ul>
3439
<h3>Version 3.3.3</h3>
3540
<h4>Fixes</h4>
3641
<ul>

0 commit comments

Comments
 (0)