Skip to content

Commit e1a2684

Browse files
Merge pull request #17121 from nextcloud/chore/version-bump-34.0.0-rc1
chore: version bump 34.0.0 rc1
2 parents 3154507 + 11f8685 commit e1a2684

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ configurations.configureEach {
5959
}
6060

6161
// semantic versioning for version code
62-
val versionMajor = 33
63-
val versionMinor = 2
62+
val versionMajor = 34
63+
val versionMinor = 0
6464
val versionPatch = 0
65-
val versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
65+
val versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
6666

6767
val ndkEnv = buildMap {
6868
file("${project.rootDir}/ndk.env").readLines().forEach {
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 34.0.0 RC1 (June 3, 2026)
2+
3+
- Sync all folder
4+
- Faster gallery search, navigation
5+
- Better end-to-end encryption support
6+
- Bug fixes and performance improvements
7+
8+
Minimum: NC 20 Server, Android 9 Nougat
9+
10+
For a full list, please see https://github.com/nextcloud/android/milestone/125
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
androidCommonLibraryVersion = "0.33.2"
66
androidGifDrawableVersion = "1.2.31"
77
androidImageCropperVersion = "4.7.0"
8-
androidLibraryVersion ="dd85553abaea1c05dc514268a3cf4a976535bc2b"
8+
androidLibraryVersion ="rc-2.24.0"
99
androidOpensslVersion = "3.5.6"
1010
androidPluginVersion = "9.2.1"
1111
androidsvgVersion = "1.4"

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22093,6 +22093,14 @@
2209322093
<sha256 value="6e59167e6060955b1ff344cc87870b2386a5b03375ede40288f907c316326851" origin="Generated by Gradle" reason="Artifact is not signed"/>
2209422094
</artifact>
2209522095
</component>
22096+
<component group="com.github.nextcloud" name="android-library" version="rc-2.24.0">
22097+
<artifact name="android-library-rc-2.24.0.aar">
22098+
<sha256 value="a7cdfc02c68f723b83cd262e6e6447bfe8453aac3084c57fb898208e069459ea" origin="Generated by Gradle" reason="Artifact is not signed"/>
22099+
</artifact>
22100+
<artifact name="android-library-rc-2.24.0.module">
22101+
<sha256 value="733d4d99a527d6d5699571a9e8a404a82675b9f84bb4e9a8ec359368a81bf7a2" origin="Generated by Gradle" reason="Artifact is not signed"/>
22102+
</artifact>
22103+
</component>
2209622104
<component group="com.github.nextcloud-deps" name="qrcodescanner" version="0.1.2.4">
2209722105
<artifact name="qrcodescanner-0.1.2.4.aar">
2209822106
<sha256 value="b286128792cc04f59b0defa2c937c86d9e2fc824a8011b9af9eea7fd0ea84303" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)