diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5e96105fa02c..a0689ac140b9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -65,7 +65,7 @@ configurations.configureEach { val versionMajor = 33 val versionMinor = 1 val versionPatch = 0 -val versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable +val versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable val ndkEnv = buildMap { file("${project.rootDir}/ndk.env").readLines().forEach { diff --git a/fastlane/metadata/android/en-US/changelogs/330100051.txt b/fastlane/metadata/android/en-US/changelogs/330100051.txt new file mode 100644 index 000000000000..5718068872a4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/330100051.txt @@ -0,0 +1,11 @@ +## 33.1.0 RC1 (April 8, 2026) + +- Auto upload improvements +- Smart folder refresh +- Better Unified search +- Recent files +- Bug fixes and performance improvements + +Minimum: NC 20 Server, Android 9 Nougat + +For a full list, please see https://github.com/nextcloud/android/milestone/123 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/330100051.txt.license b/fastlane/metadata/android/en-US/changelogs/330100051.txt.license new file mode 100644 index 000000000000..a67e1fec2721 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/330100051.txt.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later \ No newline at end of file