diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 786f0cbc6579..7027184b9198 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -65,7 +65,7 @@ configurations.configureEach { val versionMajor = 3 val versionMinor = 35 val versionPatch = 0 -val versionBuild = 54 // 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/30350090.txt b/fastlane/metadata/android/en-US/changelogs/30350090.txt new file mode 100644 index 000000000000..46767b3df7c2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30350090.txt @@ -0,0 +1,9 @@ +## 3.35.0 (January 19, 2026) + +- Bugfixes +- Auto-upload fixes +- Performance improvements + +Minimum: NC 20 Server, Android 9 Pie + +For a full list, please see https://github.com/nextcloud/android/milestone/118 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/30350090.txt.license b/fastlane/metadata/android/en-US/changelogs/30350090.txt.license new file mode 100644 index 000000000000..a67e1fec2721 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30350090.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