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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ configurations.configureEach {
// semantic versioning for version code
val versionMajor = 33
val versionMinor = 1
val versionPatch = 0
val versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
val versionPatch = 1
val versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable

val ndkEnv = buildMap {
file("${project.rootDir}/ndk.env").readLines().forEach {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/330010151.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 33.1.1 RC1 (May 13, 2026)

- Auto upload improvements
- End-to-end encryption improvements
- Bug fixes and performance improvements

Minimum: NC 20 Server, Android 9 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/123
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later