We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bf7b0 commit 9ab949aCopy full SHA for 9ab949a
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId "${packageName}"
29
minSdkVersion 21
30
targetSdkVersion 35
31
- versionCode 76
32
- versionName "3.3.3"
+ versionCode 77
+ versionName "3.3.4"
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.4</h3>
+ <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>
39
<h3>Version 3.3.3</h3>
40
<h4>Fixes</h4>
41
<ul>
0 commit comments