File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
applicationId " ${ packageName} "
28
28
minSdkVersion 21
29
29
targetSdkVersion 33
30
- versionCode 57
31
- versionName " 2.1.2 "
30
+ versionCode 58
31
+ versionName " 2.1.3 "
32
32
multiDexEnabled true
33
33
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
34
34
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 2.1.3</ h3 >
35
+ < h4 > New</ h4 >
36
+ < ul >
37
+ < li > Option to disable the backup reminder</ li >
38
+ < li > Improved group selection dropdown during vault export</ li >
39
+ < li > New translation: Hebrew</ li >
40
+ < li > Updated translations</ li >
41
+ </ ul >
42
+ < h4 > Fixes</ h4 >
43
+ < ul >
44
+ < li > A crash could occur because a Toast was incorrectly created</ li >
45
+ </ ul >
34
46
< h3 > Version 2.1.2</ h3 >
35
47
< h4 > Fixes</ h4 >
36
48
< ul >
You can’t perform that action at this time.
0 commit comments