File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
2828 applicationId " ${ packageName} "
2929 minSdkVersion 23
3030 targetSdkVersion 35
31- versionCode 79
32- versionName " 3.4"
31+ versionCode 80
32+ versionName " 3.4.1 "
3333 multiDexEnabled true
3434 buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
3535 buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change 3131 </ head >
3232 < body >
3333 < div > </ div >
34+ < h3 > Version 3.4.1</ h3 >
35+ < h4 > New</ h4 >
36+ < ul >
37+ < li > Support for importing from Proton Authenticator</ li >
38+ </ ul >
39+ < h4 > Fixes</ h4 >
40+ < ul >
41+ < li > The autofill service would show a prompt to save the PIN as a password</ li >
42+ </ ul >
3443 < h3 > Version 3.4</ h3 >
3544 < h4 > New</ h4 >
3645 < ul >
You can’t perform that action at this time.
0 commit comments