Skip to content

Commit 94d9b63

Browse files
Merge pull request #16814 from nextcloud/chore/version-bump-33.1.0-rc1
chore(version-bump): 33.1.0 RC1
2 parents e616228 + 539b39c commit 94d9b63

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configurations.configureEach {
6565
val versionMajor = 33
6666
val versionMinor = 1
6767
val versionPatch = 0
68-
val versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
68+
val versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
6969

7070
val ndkEnv = buildMap {
7171
file("${project.rootDir}/ndk.env").readLines().forEach {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 33.1.0 RC1 (April 8, 2026)
2+
3+
- Auto upload improvements
4+
- Smart folder refresh
5+
- Better Unified search
6+
- Recent files
7+
- Bug fixes and performance improvements
8+
9+
Minimum: NC 20 Server, Android 9 Nougat
10+
11+
For a full list, please see https://github.com/nextcloud/android/milestone/123
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)