Release v1.4
Build / build (push) Canceled after 0s

This commit is contained in:
Alexander Bakker
2020-12-26 15:58:18 +01:00
parent b1b4c021cf
commit 1748e2221f
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
versionCode 42
versionName "1.4-beta2"
versionCode 43
versionName "1.4"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
+2
View File
@@ -58,6 +58,8 @@
<li>The app would crash if an entry was added to the vault twice due to an IO error</li>
<li>The app would crash if the device was rotated while a progress dialog was shown</li>
<li>The PIN keyboard would show even if a new non-digit password was set</li>
<li>The password reminder popup would be occluded by the autofill popup</li>
<li>Importing from other apps on Android 11 was broken due to some permission issues</li>
</ul>
<h3>Version 1.3</h3>
<h4>New</h4>