Release v3.4.1
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ android {
|
||||
applicationId "${packageName}"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 35
|
||||
versionCode 79
|
||||
versionName "3.4"
|
||||
versionCode 80
|
||||
versionName "3.4.1"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
||||
@@ -31,6 +31,15 @@
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 3.4.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Support for importing from Proton Authenticator</li>
|
||||
</ul>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>The autofill service would show a prompt to save the PIN as a password</li>
|
||||
</ul>
|
||||
<h3>Version 3.4</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user