Skip to content

Commit 1dc2666

Browse files
committed
chore: version bump to 33.0.1 RC1
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent b3d9eb9 commit 1dc2666

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ configurations.configureEach {
6464
// semantic versioning for version code
6565
val versionMajor = 33
6666
val versionMinor = 0
67-
val versionPatch = 0
68-
val versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
67+
val versionPatch = 1
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: 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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 33.0.1 (March 12, 2026)
2+
3+
- Auto upload improvements
4+
- Bug fixes and performance improvements
5+
6+
Minimum: NC 20 Server, Android 9 Nougat
7+
8+
For a full list, please see https://github.com/nextcloud/android/milestone/124

0 commit comments

Comments
 (0)