Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3855ce

Browse files
authoredSep 10, 2024··
Merge pull request #13544 from nextcloud/rc2
3.30.0 RC2
2 parents 6ace5e8 + 1fd169f commit f3855ce

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
 

‎app/build.gradle

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

8585

8686
def ndkEnv = new HashMap<String, String>()
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.30.0 RC2 (September 10, 2024)
2+
3+
- Bugfixes
4+
5+
Minimum: NC 16 Server, Android 7.0 Nougat
6+
7+
For a full list, please see https://github.com/nextcloud/android/milestone/94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)
Please sign in to comment.