Skip to content

Commit 64b2839

Browse files
Merge pull request #13727 from nextcloud/3.30.1
3.30.1 RC1
2 parents 298dd49 + 62b7769 commit 64b2839

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

app/build.gradle

+2-2
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 = 0
83-
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
82+
def versionPatch = 1
83+
def versionBuild = 51 // 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.1 RC1 (October 7, 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/99
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)