Skip to content

Commit 95a1da0

Browse files
committed
bump version
Signed-off-by: alperozturk <[email protected]>
1 parent 1701bc5 commit 95a1da0

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configurations.configureEach {
8080
def versionMajor = 3
8181
def versionMinor = 31
8282
def versionPatch = 3
83-
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
83+
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
8484

8585

8686
def ndkEnv = new HashMap<String, String>()
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.31.3 (May 28, 2025)
2+
3+
- fix simple sign up
4+
- bugfixes
5+
- update translations
6+
7+
Minimum: NC 18 Server, Android 7.1 Nougat
8+
9+
For a full list, please see https://github.com/nextcloud/android/milestone/110
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)