Skip to content

Commit bb72101

Browse files
Merge pull request #14593 from nextcloud/3.31.0-final
3.31.0
2 parents 816e803 + 2c3779b commit bb72101

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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 = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
83+
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
8484

8585

8686
def ndkEnv = new HashMap<String, String>()

Diff for: app/src/main/res/values/setup.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<resources>
99
<!-- Beta indicator -->
10-
<bool name="is_beta">true</bool>
10+
<bool name="is_beta">false</bool>
1111
<bool name="dev_version_direct_download_enabled">false</bool>
1212

1313
<!-- App name and other strings-->
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 3.31.0 (February 25, 2025)
2+
3+
- New share layout
4+
- Various bug fixes and performance enhancements
5+
6+
Minimum: NC 18 Server, Android 7.1 Nougat
7+
8+
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)