Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.31.0 RC1 #14451

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 31
def versionPatch = 0
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30310051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 3.31.0 RC1 (January 23, 2025)

- Minimum supported version is Android 7.1
- Minimum supported server version is Nextcloud 18
- Add support for Nextcloud 31
- Add Android 15 support
- Add recommended files support
- Add files download limit support
- Support colored tags
- Improve RTL support
- Bugfixes

Minimum: NC 18 Server, Android 7.1 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/100
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
Loading