Skip to content

Commit cad2ecf

Browse files
committed
Release v2.1.2
1 parent 36b1f91 commit cad2ecf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "${packageName}"
2828
minSdkVersion 21
2929
targetSdkVersion 33
30-
versionCode 56
31-
versionName "2.1.1"
30+
versionCode 57
31+
versionName "2.1.2"
3232
multiDexEnabled true
3333
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3434
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 2.1.2</h3>
35+
<h4>Fixes</h4>
36+
<ul>
37+
<li>A crash could occur when changing an entry in such a way that it is filtered out from the entry list</li>
38+
</ul>
3439
<h3>Version 2.1.1</h3>
3540
<h4>New</h4>
3641
<ul>

0 commit comments

Comments
 (0)