Skip to content

Commit 7e4a0d6

Browse files
Merge pull request #15602 from nextcloud/chore/version-bump-3.33.0
chore: bump version to v3.33.0
2 parents 7e5311f + f1a6683 commit 7e4a0d6

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ configurations.configureEach {
7474
def versionMajor = 3
7575
def versionMinor = 33
7676
def versionPatch = 0
77-
def versionBuild = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable
77+
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
7878

7979

8080
def ndkEnv = new HashMap<String, String>()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 3.33.0 (September 10, 2025)
2+
3+
- Migrate to Glide 4
4+
- Performance improvements
5+
- Fix gallery image scaling
6+
- Bugfixes
7+
8+
Minimum: NC 18 Server, Android 8.1 Nougat
9+
10+
For a full list, please see https://github.com/nextcloud/android/milestone/112
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)