File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
applicationId " ${ packageName} "
25
25
minSdkVersion 21
26
26
targetSdkVersion 30
27
- versionCode 44
28
- versionName " 1.4.1 "
27
+ versionCode 45
28
+ versionName " 1.4.2 "
29
29
multiDexEnabled true
30
30
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
31
31
buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change 31
31
</ head >
32
32
< body >
33
33
< div > </ div >
34
+ < h3 > Version 1.4.2</ h3 >
35
+ < h4 > Fixes</ h4 >
36
+ < ul >
37
+ < li > The app would crash if DocumentsUI is not present on the device</ li >
38
+ < li > The app would close when selecting an icon if auto lock on minimize was enabled</ li >
39
+ < li > Importing from Authy was flaky for entries that have an icon</ li >
40
+ < li > The dark theme was not properly applied to the QR code scanner view</ li >
41
+ < li > The app would crash on plain text export on some devices</ li >
42
+ < li > Importing from Authenticator Plus stopped working</ li >
43
+ </ ul >
34
44
< h3 > Version 1.4.1</ h3 >
35
45
< h4 > Fixes</ h4 >
36
46
< ul >
You can’t perform that action at this time.
0 commit comments