File tree Expand file tree Collapse file tree 6 files changed +23
-4
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ configurations.configureEach {
7878def versionMajor = 3
7979def versionMinor = 34
8080def 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
8484def 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()
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1010 */
1111buildscript {
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+ # SPDX-License-Identifier: AGPL-3.0-or-later
Original file line number Diff line number Diff line change 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"/>
You can’t perform that action at this time.
0 commit comments