Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "app.notesr"
minSdk 29
targetSdk 36
versionCode 63
versionName "5.5.1"
versionCode 64
versionName "5.6.0"
buildConfigField "int", "DATA_SCHEMA_VERSION", "2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Improvements:

• Added app bar with Back button to the key setup screen.
• Improved navigation between the key setup and key import screens.
• Implemented various internal enhancements.

Bug Fixes:

• Fixed critical bugs in the data re-encryption process.
• Added additional checks for risky data-related operations.
Loading