File tree 3 files changed +18
-1
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ configurations.configureEach {
80
80
def versionMajor = 3
81
81
def versionMinor = 31
82
82
def versionPatch = 0
83
- def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
83
+ def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
84
84
85
85
86
86
def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change
1
+ ## 3.31.0 RC1 (January 23, 2025)
2
+
3
+ - Minimum supported version is Android 7.1
4
+ - Minimum supported server version is Nextcloud 18
5
+ - Add support for Nextcloud 31
6
+ - Add Android 15 support
7
+ - Add recommended files support
8
+ - Add files download limit support
9
+ - Support colored tags
10
+ - Improve RTL support
11
+ - Bugfixes
12
+
13
+ Minimum: NC 18 Server, Android 7.1 Nougat
14
+
15
+ For a full list, please see https://github.com/nextcloud/android/milestone/100
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