Skip to content

Commit

Permalink
Merge pull request #13727 from nextcloud/3.30.1
Browse files Browse the repository at this point in the history
3.30.1 RC1
  • Loading branch information
tobiasKaminsky authored Oct 7, 2024
2 parents 298dd49 + 62b7769 commit 64b2839
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ configurations.configureEach {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 30
def versionPatch = 0
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 1
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30301051.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.30.1 RC1 (October 7, 2024)

- Bugfixes

Minimum: NC 16 Server, Android 7.0 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/99
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

0 comments on commit 64b2839

Please sign in to comment.