Skip to content

Commit d8b950d

Browse files
Merge pull request nextcloud#15692 from nextcloud/chore/version-bump-3.34.0
chore: bump version to v3.34.0
2 parents 937470e + 683b196 commit d8b950d

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ configurations.configureEach {
7878
def versionMajor = 3
7979
def versionMinor = 34
8080
def versionPatch = 0
81-
def versionBuild = 52 // 0-50=Alpha / 51-98=RC / 90-99=stable
81+
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
8282

8383

8484
def ndkEnv = new HashMap<String, String>()

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
buildscript {
1212
ext {
13-
androidLibraryVersion = "rc-2.22.0-02"
13+
androidLibraryVersion = "2.22.0"
1414
androidCommonLibraryVersion = "0.28.0"
1515
androidPluginVersion = '8.13.0'
1616
androidxMediaVersion = "1.5.1"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.34.0 (September 25, 2025)
2+
3+
- Bugfixes
4+
5+
Minimum: NC 18 Server, Android 8.1 Nougat
6+
7+
For a full list, please see https://github.com/nextcloud/android/milestone/117
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15963,6 +15963,14 @@
1596315963
<sha256 value="e0c738e7c3648549631eda0f90d3ae028d6199ffe368324baf0503433535f33f" origin="Generated by Gradle" reason="Artifact is not signed"/>
1596415964
</artifact>
1596515965
</component>
15966+
<component group="com.github.nextcloud" name="android-library" version="2.22.0">
15967+
<artifact name="android-library-2.22.0.aar">
15968+
<sha256 value="22c05e04d2b2667c39da419b2d3d07e7832babd4b2e235aa5d4394a4fecf92ee" origin="Generated by Gradle" reason="Artifact is not signed"/>
15969+
</artifact>
15970+
<artifact name="android-library-2.22.0.module">
15971+
<sha256 value="6dbf57bc89a9537e4ae525ebd7b6b82771c0305b2a2fed834485c1123a89e631" origin="Generated by Gradle" reason="Artifact is not signed"/>
15972+
</artifact>
15973+
</component>
1596615974
<component group="com.github.nextcloud" name="android-library" version="26dc8477962f12356db840bb1a774f0186b38e4d">
1596715975
<artifact name="android-library-26dc8477962f12356db840bb1a774f0186b38e4d.aar">
1596815976
<sha256 value="57ab4fd7c922875a7e0b5feac20aa27ab5df0fd3b4e042f92ed727c0b6316e81" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)