diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 24eeb4585a59..cf92e76b7c45 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 = 53 // 0-50=Alpha / 51-98=RC / 90-99=stable +val versionBuild = 90 // 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/330010090.txt b/fastlane/metadata/android/en-US/changelogs/330010090.txt new file mode 100644 index 000000000000..788146042263 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/330010090.txt @@ -0,0 +1,7 @@ +## 33.1.0 (April 22, 2026) + +- 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/330010090.txt.license b/fastlane/metadata/android/en-US/changelogs/330010090.txt.license new file mode 100644 index 000000000000..a67e1fec2721 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/330010090.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