diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6a877768922a..c89f2310843b 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 = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable +val versionBuild = 52 // 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/30350052.txt b/fastlane/metadata/android/en-US/changelogs/30350052.txt new file mode 100644 index 000000000000..763d472433ea --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30350052.txt @@ -0,0 +1,7 @@ +## 3.35.0 RC2 (December 8, 2025) + +- Fixed crashes on devices running versions earlier than Android 15 + +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/30350052.txt.license b/fastlane/metadata/android/en-US/changelogs/30350052.txt.license new file mode 100644 index 000000000000..3804756b12c8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30350052.txt.license @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later \ No newline at end of file