Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Sep 12, 2024
1 parent c33f2fb commit 8cd0f25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ configurations.configureEach {
def versionMajor = 3
def versionMinor = 30
def versionPatch = 0
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 53 // 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/30300053.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.30.0 RC3 (September 12, 2024)

- Bugfixes

Minimum: NC 16 Server, Android 7.0 Nougat

For a full list, please see https://github.com/nextcloud/android/milestone/94
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 8cd0f25

Please sign in to comment.