We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b1f91 commit cad2ecfCopy full SHA for cad2ecf
app/build.gradle
@@ -27,8 +27,8 @@ android {
27
applicationId "${packageName}"
28
minSdkVersion 21
29
targetSdkVersion 33
30
- versionCode 56
31
- versionName "2.1.1"
+ versionCode 57
+ versionName "2.1.2"
32
multiDexEnabled true
33
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
34
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
app/src/main/assets/changelog.html
@@ -31,6 +31,11 @@
</head>
<body>
<div></div>
+ <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>
39
<h3>Version 2.1.1</h3>
40
<h4>New</h4>
41
<ul>
0 commit comments