Skip to content

Commit 7cbb5de

Browse files
committed
chore: version bump 3.35.0 RC3
Signed-off-by: alperozturk <[email protected]>
1 parent c2e4c71 commit 7cbb5de

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

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 = 3
6666
val versionMinor = 35
6767
val versionPatch = 0
68-
val versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
68+
val versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
6969

7070
val ndkEnv = buildMap {
7171
file("${project.rootDir}/ndk.env").readLines().forEach {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.35.0 RC3 (December 19, 2025)
2+
3+
- Action bar and navigation fixes
4+
- Auto-upload fixes
5+
- Performance improvements and bug fixes
6+
7+
Minimum: NC 20 Server, Android 9 Pie
8+
9+
For a full list, please see https://github.com/nextcloud/android/milestone/118
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)