Skip to content

Commit

Permalink
rc2
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 11, 2025
1 parent 50a002d commit 7024d8f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
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 = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable


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

- Observe download status in encrypted folders
- Automatically pause uploads when the device is offline or in airplane mode
- Remove Login Flow v1
- Increase PIN entry delay after each incorrect attempt
- Various bug fixes and performance enhancements

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

0 comments on commit 7024d8f

Please sign in to comment.