File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ configurations.configureEach {
7777// semantic versioning for version code
7878def versionMajor = 3
7979def versionMinor = 34
80- def versionPatch = 0
81- def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
80+ def versionPatch = 1
81+ def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8282
8383
8484def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change 1+ ## 3.34.1 RC1 (November 5, 2025)
2+
3+ - Auto rename and file name validation are now skipped when Windows compatibility enforcement is disabled.
4+ - Pagination has been added to the local file listing for improved navigation and performance.
5+ - Various bug fixes and stability improvements.
6+
7+ Minimum: NC 18 Server, Android 8.1 Nougat
8+
9+ For a full list, please see https://github.com/nextcloud/android/milestone/117
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-License-Identifier: AGPL-3.0-or-later
You can’t perform that action at this time.
0 commit comments