Skip to content

Commit

Permalink
Added database self-repair logic
Browse files Browse the repository at this point in the history
  • Loading branch information
appml committed Dec 20, 2023
1 parent c33ed68 commit afb37e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 26
targetSdkVersion 34
multiDexEnabled true
versionCode 1314
versionName "4.4.9b"
versionCode 1315
versionName "4.4.9c"
}

buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1315.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v4.4.9c
- Added database self-repair logic.
- Fixed the flow of note deletion.
- Improved title search using regular expression.

0 comments on commit afb37e6

Please sign in to comment.