Skip to content

Commit 9a6c23c

Browse files
committed
3.30.8-rc1
Signed-off-by: alperozturk <[email protected]>
1 parent 16cdc3f commit 9a6c23c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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 = 30
82-
def versionPatch = 7
83-
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
82+
def versionPatch = 8
83+
def versionBuild = 51 // 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.30.8 RC1 (January 13, 2025)
2+
3+
- Resolved an issue where the file index would reset during uploads after 100 files.
4+
- Fixed the appearance of the E2E setup dialog in the Google Play version.
5+
- Bugfixes
6+
7+
Minimum: NC 16 Server, Android 7.0 Nougat
8+
9+
For a full list, please see https://github.com/nextcloud/android/milestone/105
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)