Skip to content

Commit 46cccb3

Browse files
Merge pull request #15250 from nextcloud/3.32.3.rc1
3.32.3 RC1
2 parents f64abf5 + 745d73e commit 46cccb3

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ configurations.configureEach {
7979
// semantic versioning for version code
8080
def versionMajor = 3
8181
def versionMinor = 32
82-
def versionPatch = 2
83-
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
82+
def versionPatch = 3
83+
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8484

8585

8686
def ndkEnv = new HashMap<String, String>()
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 3.32.3 RC1 (July 24, 2025)
2+
3+
- File download progress is now visible for large files
4+
- Fixed wrong file index issue during uploads
5+
- Resolved a crash in the video player
6+
- The "folder / does not exist" message now only appears when it’s actually needed
7+
- Fixed crashes in the conflict resolution dialog
8+
- Navigation issues from the Assistant screen are now fixed
9+
- Notification screen toolbar now displays correctly
10+
- Share permission handling is now more stable and reliable
11+
- Improved conflict handling during offline operations
12+
- And many more small improvements
13+
14+
Minimum: NC 18 Server, Android 8.0 Nougat
15+
16+
For a full list, please see https://github.com/nextcloud/android/milestone/114
Lines changed: 2 additions & 0 deletions
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)