Skip to content

Commit f0f9653

Browse files
committed
Release v2.1.3
1 parent e2df975 commit f0f9653

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "${packageName}"
2828
minSdkVersion 21
2929
targetSdkVersion 33
30-
versionCode 57
31-
versionName "2.1.2"
30+
versionCode 58
31+
versionName "2.1.3"
3232
multiDexEnabled true
3333
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3434
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 2.1.3</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Option to disable the backup reminder</li>
38+
<li>Improved group selection dropdown during vault export</li>
39+
<li>New translation: Hebrew</li>
40+
<li>Updated translations</li>
41+
</ul>
42+
<h4>Fixes</h4>
43+
<ul>
44+
<li>A crash could occur because a Toast was incorrectly created</li>
45+
</ul>
3446
<h3>Version 2.1.2</h3>
3547
<h4>Fixes</h4>
3648
<ul>

0 commit comments

Comments
 (0)