Skip to content

Commit 36bd8f9

Browse files
Release v3.4
1 parent ab9cdab commit 36bd8f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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 23
3030
targetSdkVersion 35
31-
versionCode 78
32-
versionName "3.4-beta1"
31+
versionCode 79
32+
versionName "3.4"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h4>New</h4>
3939
<li>Filter on multiple groups simultaneously</li>
4040
<li>Color contrast on hidden codes has been improved</li>
4141
<li>Prompt before the user is about to save an entry with a duplicate name/issuer combination</li>
42+
<li>New languages: Estonian, Korean, Malayalam, Norwegian (Bokmål) and Serbian</li>
4243
</ul>
4344
<h4>Fixes</h4>
4445
<ul>

0 commit comments

Comments
 (0)