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 = 36
val versionPatch = 0
val versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
val versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable

val ndkEnv = buildMap {
file("${project.rootDir}/ndk.env").readLines().forEach {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30360052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 3.36.0 RC2 (February 11, 2026)

- Auto upload fixes
- Bug fixes and performance improvements

Minimum: NC 20 Server, Android 9 Nougat

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