Skip to content

Commit ecc8c13

Browse files
Merge pull request #12923 from nextcloud/bump3.29final
Bump to 3.29.0
2 parents 5f367b5 + a073ef5 commit ecc8c13

File tree

6 files changed

+40
-5
lines changed

6 files changed

+40
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ configurations.configureEach {
7979
def versionMajor = 3
8080
def versionMinor = 29
8181
def 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

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

app/src/androidTest/java/com/owncloud/android/utils/theme/CapabilityUtilsIT.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ import org.junit.Test
1717
class 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))

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 = "3c0c530e87"
13+
androidLibraryVersion = "2.19.0"
1414
androidPluginVersion = '8.3.2'
1515
androidxMediaVersion = '1.3.1'
1616
androidxTestVersion = "1.5.0"

fastlane/metadata/android/en-US/changelogs/30290051.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5151,6 +5151,16 @@
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"/>

0 commit comments

Comments
 (0)