File tree Expand file tree Collapse file tree 6 files changed +40
-5
lines changed
src/androidTest/java/com/owncloud/android/utils/theme
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 6 files changed +40
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ configurations.configureEach {
7979def versionMajor = 3
8080def versionMinor = 29
8181def versionPatch = 0
82- def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
82+ def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
8383
8484
8585def ndkEnv = new HashMap<String , String > ()
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ import org.junit.Test
1717class CapabilityUtilsIT : AbstractIT () {
1818 @Test
1919 fun checkOutdatedWarning () {
20+ assertFalse(test(NextcloudVersion .nextcloud_28))
2021 assertFalse(test(NextcloudVersion .nextcloud_27))
21- assertFalse(test(NextcloudVersion .nextcloud_26))
22- assertFalse(test(NextcloudVersion .nextcloud_25))
23- assertFalse(test(NextcloudVersion .nextcloud_24))
2422
23+ assertTrue(test(NextcloudVersion .nextcloud_26))
24+ assertTrue(test(NextcloudVersion .nextcloud_25))
25+ assertTrue(test(NextcloudVersion .nextcloud_24))
2526 assertTrue(test(NextcloudVersion .nextcloud_23))
2627 assertTrue(test(NextcloudVersion .nextcloud_22))
2728 assertTrue(test(NextcloudVersion .nextcloud_21))
Original file line number Diff line number Diff line change 1010 */
1111buildscript {
1212 ext {
13- androidLibraryVersion = " 3c0c530e87 "
13+ androidLibraryVersion = " 2.19.0 "
1414 androidPluginVersion = ' 8.3.2'
1515 androidxMediaVersion = ' 1.3.1'
1616 androidxTestVersion = " 1.5.0"
Original file line number Diff line number Diff line change 1+ #
2+ # SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3+ # SPDX-FileCopyrightText: 2024 Tobias Kaminsky <
[email protected] >
4+ # SPDX-License-Identifier: AGPL-3.0-or-later
5+ #
6+
17## 3.29.0 RC1 (April 17, 2024)
28
39- NC Assistant
Original file line number Diff line number Diff line change 1+ #
2+ # SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
3+ # SPDX-FileCopyrightText: 2024 Tobias Kaminsky <
[email protected] >
4+ # SPDX-License-Identifier: AGPL-3.0-or-later
5+ #
6+
7+ ## 3.29.0 (April 24, 2024)
8+
9+ - NC Assistant
10+ - Client certificates
11+ - Personal files view
12+ - REUSE compliance
13+ - Bugfixes
14+
15+
16+ Minimum: NC 16 Server, Android 7.0 Nougat
17+
18+ For a full list, please see https://github.com/nextcloud/android/milestone/89
Original file line number Diff line number Diff line change 51515151 <sha256 value="c29795ee883fc3364b2f16be5b9246b927271b961214f1a661b2caa2f42459a8" origin="Generated by Gradle" reason="Artifact is not signed"/>
51525152 </artifact>
51535153 </component>
5154+ <component group="com.github.nextcloud" name="android-library" version="2.19.0">
5155+ <artifact name="android-library-2.19.0.aar">
5156+ <sha256 value="638229c571aea3f28168a84323307806c34ef6e90459242ff115add9c6ca4a67"
5157+ origin="Generated by Gradle" reason="Artifact is not signed" />
5158+ </artifact>
5159+ <artifact name="android-library-2.19.0.module">
5160+ <sha256 value="828a431c00178ed0a0e7d51b7959f785be8266869dcb539dacaf0fc909b92b11"
5161+ origin="Generated by Gradle" reason="Artifact is not signed" />
5162+ </artifact>
5163+ </component>
51545164 <component group="com.github.nextcloud" name="android-library" version="2b1da4cb14e2cd4b79e231b0be54e0bae699f143">
51555165 <artifact name="android-library-2b1da4cb14e2cd4b79e231b0be54e0bae699f143.aar">
51565166 <sha256 value="bdc44e874f1e14338213ae5723e71710940a31416ff1c52c9eb2f282e5d3f29a" origin="Generated by Gradle" reason="Artifact is not signed"/>
You can’t perform that action at this time.
0 commit comments