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 @@ -18,8 +18,8 @@ android {
minSdk 24
compileSdk = 36
targetSdk 36
versionCode 40070005
versionName "4.7.0 Alpha 5"
versionCode 330010051
versionName "33.1.0 RC 1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/330010051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 33.1.0 RC1 (April 8, 2026)

- Adds option to disable swipe actions in the note list.
- Bug fixes and performance improvements

For a full list, please see https://github.com/nextcloud/notes-android/milestone/58
Loading