Skip to content

Commit b5b1d01

Browse files
Merge pull request #14451 from nextcloud/3.31.0-rc1
3.31.0 RC1
2 parents 43f6e4d + 204c02d commit b5b1d01

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Diff for: app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configurations.configureEach {
8080
def versionMajor = 3
8181
def versionMinor = 31
8282
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
8484

8585

8686
def ndkEnv = new HashMap<String, String>()
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)