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
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ configurations.configureEach {
val versionMajor = 3
val versionMinor = 35
val versionPatch = 0
val versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
val versionBuild = 54 // 0-50=Alpha / 51-98=RC / 90-99=stable

val ndkEnv = buildMap {
file("${project.rootDir}/ndk.env").readLines().forEach {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30350054.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.35.0 RC4 (January 14, 2026)

- Auto-upload fixes

Minimum: NC 20 Server, Android 9 Pie

For a full list, please see https://github.com/nextcloud/android/milestone/118
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
Loading