Release v2.1.3

This commit is contained in:
Alexander Bakker 2023-02-27 23:19:04 +01:00
parent e2df97514c
commit f0f9653ace
2 changed files with 14 additions and 2 deletions

View File

@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
versionCode 57
versionName "2.1.2"
versionCode 58
versionName "2.1.3"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View File

@ -31,6 +31,18 @@
</head>
<body>
<div></div>
<h3>Version 2.1.3</h3>
<h4>New</h4>
<ul>
<li>Option to disable the backup reminder</li>
<li>Improved group selection dropdown during vault export</li>
<li>New translation: Hebrew</li>
<li>Updated translations</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>A crash could occur because a Toast was incorrectly created</li>
</ul>
<h3>Version 2.1.2</h3>
<h4>Fixes</h4>
<ul>