Skip to content
Merged

3.30.8 #14434

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = 8
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionBuild = 90 // 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/30300890.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 3.30.8 (January 20, 2025)

- Bugfixes

Minimum: NC 16 Server, Android 7.0 Nougat

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