Skip to content

Commit 9e5fcc9

Browse files
Merge pull request #13392 from nextcloud/bump-to-3.29.3-rc1
3.29.3 RC1
2 parents 0e92364 + c2453b8 commit 9e5fcc9

File tree

6 files changed

+33
-21
lines changed

6 files changed

+33
-21
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ configurations.configureEach {
7878
// semantic versioning for version code
7979
def versionMajor = 3
8080
def versionMinor = 29
81-
def versionPatch = 2
82-
def versionBuild = 92 // 0-50=Alpha / 51-98=RC / 90-99=stable
83-
81+
def versionPatch = 3
82+
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
8483

8584
def ndkEnv = new HashMap<String, String>()
8685
file("$project.rootDir/ndk.env").readLines().each() {

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.19.0"
13+
androidLibraryVersion = "rc-2.19.1-01"
1414
androidPluginVersion = '8.3.2'
1515
androidxMediaVersion = '1.3.1'
1616
androidxTestVersion = "1.5.0"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 3.29.3 RC1 (August 9, 2024)
2+
3+
- Bugfixes
4+
5+
Minimum: NC 16 Server, Android 7.0 Nougat
6+
7+
For a full list, please see https://github.com/nextcloud/android/milestone/93
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later

gradle/verification-metadata.xml

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5114,20 +5114,15 @@
51145114
</component>
51155115
<component group="com.github.bitfireAT" name="dav4jvm" version="2.2.1">
51165116
<artifact name="dav4jvm-2.2.1.jar">
5117-
<sha256 value="5ce40389fc7ba0b630f07cbd2a573a507db616aed0ffdc744fb78000d8835815" origin="Generated by Gradle" reason="Artifact is not signed"/>
5118-
</artifact>
5119-
<artifact name="dav4jvm-2.2.1.jar">
5120-
<sha256 value="e6b8a9ff7ada0841198b18de2d6fd935f1f8754d3c84b8e8e3dc1840648d595d"
5121-
origin="Generated by Gradle" reason="Artifact is not signed" />
5122-
</artifact>
5123-
<artifact name="dav4jvm-2.2.1.module">
5124-
<sha256 value="977a16e0c70ee01139463fd4cbd9efd7d7a767c0c8b3e72941b69cbdd2f085d3"
5125-
origin="Generated by Gradle" reason="Artifact is not signed" />
5126-
</artifact>
5127-
<artifact name="dav4jvm-2.2.1.module">
5128-
<sha256 value="65cc7897f3737bd56ac9ec404a3c6878a01037803e3ab0b04e6b8cfbb1952153"
5129-
origin="Generated by Gradle" reason="Artifact is not signed" />
5130-
</artifact>
5117+
<sha256 value="5ce40389fc7ba0b630f07cbd2a573a507db616aed0ffdc744fb78000d8835815" origin="Generated by Gradle" reason="Artifact is not signed">
5118+
<also-trust value="e6b8a9ff7ada0841198b18de2d6fd935f1f8754d3c84b8e8e3dc1840648d595d"/>
5119+
</sha256>
5120+
</artifact>
5121+
<artifact name="dav4jvm-2.2.1.module">
5122+
<sha256 value="977a16e0c70ee01139463fd4cbd9efd7d7a767c0c8b3e72941b69cbdd2f085d3" origin="Generated by Gradle" reason="Artifact is not signed">
5123+
<also-trust value="65cc7897f3737bd56ac9ec404a3c6878a01037803e3ab0b04e6b8cfbb1952153"/>
5124+
</sha256>
5125+
</artifact>
51315126
</component>
51325127
<component group="com.github.bumptech.glide" name="glide" version="3.8.0">
51335128
<artifact name="glide-3.8.0.jar">
@@ -5233,6 +5228,14 @@
52335228
<sha256 value="9396eb66e3150b0d412d35e2dc9b29b078fbfc16e3c6e1c4f157318de797abfb" origin="Generated by Gradle" reason="Artifact is not signed"/>
52345229
</artifact>
52355230
</component>
5231+
<component group="com.github.nextcloud" name="android-library" version="rc-2.19.1-01">
5232+
<artifact name="android-library-rc-2.19.1-01.aar">
5233+
<sha256 value="dd12e20d8a5785bcf288d145854924b046c20eaf2c9d417bff8150507d5be02e" origin="Generated by Gradle" reason="Artifact is not signed"/>
5234+
</artifact>
5235+
<artifact name="android-library-rc-2.19.1-01.module">
5236+
<sha256 value="c4af843b11b3961a78d320317ba922c0897b4fe5f7d52a32600efbbda282d4c7" origin="Generated by Gradle" reason="Artifact is not signed"/>
5237+
</artifact>
5238+
</component>
52365239
<component group="com.github.nextcloud-deps" name="qrcodescanner" version="0.1.2.4">
52375240
<artifact name="qrcodescanner-0.1.2.4.aar">
52385241
<sha256 value="b286128792cc04f59b0defa2c937c86d9e2fc824a8011b9af9eea7fd0ea84303" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -10045,8 +10048,9 @@
1004510048
<ignored-keys>
1004610049
<ignored-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" reason="PGP verification failed"/>
1004710050
</ignored-keys>
10048-
<sha256 value="8359ad51e0476c8e0df7188a43f16d49733c4a428fb45e99794b783f01b97520" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
10049-
<sha256 value="9a4f5e5674366c156c90391662f03ed7c5971d6aa63832df74a271da6ff82e96" origin="Generated by Gradle" reason="PGP signature verification failed!"/>
10051+
<sha256 value="8359ad51e0476c8e0df7188a43f16d49733c4a428fb45e99794b783f01b97520" origin="Generated by Gradle" reason="PGP signature verification failed!">
10052+
<also-trust value="9a4f5e5674366c156c90391662f03ed7c5971d6aa63832df74a271da6ff82e96"/>
10053+
</sha256>
1005010054
</artifact>
1005110055
</component>
1005210056
<component group="org.tukaani" name="xz" version="1.9">

scripts/analysis/lint-results.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DO NOT TOUCH; GENERATED BY DRONE
2-
<span class="mdl-layout-title">Lint Report: 3 errors and 70 warnings</span>
2+
<span class="mdl-layout-title">Lint Report: 3 errors and 69 warnings</span>

0 commit comments

Comments
 (0)