Skip to content

Commit

Permalink
Merge pull request #14392 from nextcloud/3.30.8-rc1
Browse files Browse the repository at this point in the history
3.30.8 RC1
  • Loading branch information
tobiasKaminsky authored Jan 14, 2025
2 parents 71aeac0 + aa48d5b commit 239048b
Show file tree
Hide file tree
Showing 3 changed files with 14 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 = 7
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 8
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30300851.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 3.30.8 RC1 (January 14, 2025)

- Resolved an issue where the file index would reset during uploads after 100 files.
- Fixed the appearance of the E2E setup dialog in the Google Play version.
- Added location access permission to preserve GPS data in images for Google Play version.
- 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

0 comments on commit 239048b

Please sign in to comment.