Skip to content

Commit 844f90a

Browse files
Merge pull request #15155 from nextcloud/3.32.1
3.32.1
2 parents fc77f88 + f4c1e79 commit 844f90a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

app/build.gradle

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

8585

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.32.1 (July 14, 2025)
2+
3+
- Bug fixes.
4+
5+
Minimum: NC 18 Server, Android 8.0 Nougat
6+
7+
For a full list, please see https://github.com/nextcloud/android/milestone/113
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)