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 @@ -64,7 +64,7 @@ configurations.configureEach {
// semantic versioning for version code
val versionMajor = 3
val versionMinor = 35
val versionPatch = 1
val versionPatch = 2
val versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable

val ndkEnv = buildMap {
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30350290.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.35.2 (January 26, 2026)

- Bugfixes

Minimum: NC 20 Server, Android 9 Pie

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