Skip to content

Commit 600f9a7

Browse files
committed
chore: version bump 3.34.1
Signed-off-by: alperozturk <[email protected]>
1 parent 4334eca commit 600f9a7

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
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 = 1
81-
def versionBuild = 51 // 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>()
@@ -116,7 +116,7 @@ android {
116116
applicationId = "com.nextcloud.client"
117117
minSdk = 27
118118
targetSdk = 35
119-
compileSdk = 36
119+
compileSdk = 35
120120

121121
buildConfigField "boolean", "CI", ciBuild.toString()
122122
buildConfigField "boolean", "RUNTIME_PERF_ANALYSIS", perfAnalysis.toString()

appscan/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
defaultConfig {
2424
minSdk = 27
2525
targetSdk = 35
26-
compileSdk = 36
26+
compileSdk = 35
2727

2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
}

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 = "2.22.1"
13+
androidLibraryVersion = "d4eaaa7d2359a6680a13a9fd34b48cc8eafe08ff"
1414
androidCommonLibraryVersion = "0.28.0"
1515
androidPluginVersion = '8.13.0'
1616
androidxMediaVersion = "1.5.1"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.34.1 RC1 (November 13, 2025)
2+
3+
- Auto rename and file name validation are now skipped when Windows compatibility enforcement is disabled.
4+
- Pagination has been added to the local file listing for improved navigation and performance.
5+
- Various bug fixes and stability improvements.
6+
7+
Minimum: NC 18 Server, Android 8.1 Nougat
8+
9+
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
@@ -16563,6 +16563,14 @@
1656316563
<sha256 value="b29d8928cba81c13d016ac2e0b7a7d40f1b2e71f8229d65efcffb871a27576de" origin="Generated by Gradle" reason="Artifact is not signed"/>
1656416564
</artifact>
1656516565
</component>
16566+
<component group="com.github.nextcloud" name="android-library" version="d4eaaa7d2359a6680a13a9fd34b48cc8eafe08ff">
16567+
<artifact name="android-library-d4eaaa7d2359a6680a13a9fd34b48cc8eafe08ff.aar">
16568+
<sha256 value="dbdc9eadd19a4a495144d0dca147a96f211a1da7ab972024b04cd194d0375877" origin="Generated by Gradle" reason="Artifact is not signed"/>
16569+
</artifact>
16570+
<artifact name="android-library-d4eaaa7d2359a6680a13a9fd34b48cc8eafe08ff.module">
16571+
<sha256 value="d2ad8f29c3a1a3d0aa9c4a7ea4f580618dd2812a45389c86f2d3561fa6e7587d" origin="Generated by Gradle" reason="Artifact is not signed"/>
16572+
</artifact>
16573+
</component>
1656616574
<component group="com.github.nextcloud" name="android-library" version="d525104338">
1656716575
<artifact name="android-library-d525104338.aar">
1656816576
<sha256 value="dbd608b7b39e8e89f82450f24a48fd0f084d264ea6b95b2993897e44de0954d3" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)