File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ configurations.configureEach {
7878// semantic versioning for version code
7979def versionMajor = 3
8080def versionMinor = 29
81- def versionPatch = 0
82- def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
81+ def versionPatch = 1
82+ def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8383
8484
8585def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change 1+ ## 3.29.1 RC1 (June 14, 2024)
2+
3+ - Bugfixes
4+
5+ Minimum: NC 16 Server, Android 7.0 Nougat
6+
7+ For a full list, please see https://github.com/nextcloud/android/milestone/93
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 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