Skip to content

fix(deps): update nextcloudandroidcommonlib to v0.34.0 - #3351

Merged
nextcloud-android-bot merged 2 commits into
mainfrom
renovate/nextcloudandroidcommonlib
Sep 17, 2026
Merged

nextcloud-android-bot merged 2 commits into
mainfrom
renovate/nextcloudandroidcommonlib

Conversation

@renovate

@renovate renovate Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.github.nextcloud.android-common:core 0.33.20.34.0 age confidence
com.github.nextcloud.android-common:ui 0.33.20.34.0 age confidence

Release Notes

nextcloud/android-common (com.github.nextcloud.android-common:core)

v0.34.0

Compare Source

What's Changed

Full Changelog: nextcloud/android-common@0.33.2...0.34.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added 3. to review dependencies Pull requests that update a dependency file labels Sep 16, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate
renovate Bot force-pushed the renovate/nextcloudandroidcommonlib branch from b43c3fa to 7487c27 Compare September 17, 2026 06:45
@renovate

renovate Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: build.gradle
Command failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp dependencies

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring root project 'notes-android'.
> Could not resolve all artifacts for configuration 'classpath'.
   > Could not resolve com.android.tools.build:gradle:9.4.0.
     Required by:
         buildscript of root project 'notes-android'
      > Repository MavenRepo is disabled due to earlier error below:
         > Could not resolve com.android.tools.build:gradle:9.4.0.
            > Could not get resource 'https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/9.4.0/gradle-9.4.0.pom'.
               > Could not GET 'https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/9.4.0/gradle-9.4.0.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20.
     Required by:
         buildscript of root project 'notes-android'
      > Repository MavenRepo is disabled due to earlier error below:
         > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20.
            > Could not get resource 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.4.20/kotlin-gradle-plugin-2.4.20.pom'.
               > Could not GET 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.4.20/kotlin-gradle-plugin-2.4.20.pom'. Received status code 429 from server: Too Many Requests

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring root project 'notes-android'.
> Could not resolve all artifacts for configuration 'classpath'.
   > Could not resolve com.android.tools.build:gradle:9.4.0.
     Required by:
         buildscript of root project 'notes-android'
      > Repository MavenRepo is disabled due to earlier error below:
         > Could not resolve com.android.tools.build:gradle:9.4.0.
            > Could not get resource 'https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/9.4.0/gradle-9.4.0.pom'.
               > Could not GET 'https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/9.4.0/gradle-9.4.0.pom'. Received status code 429 from server: Too Many Requests
   > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20.
     Required by:
         buildscript of root project 'notes-android'
      > Repository MavenRepo is disabled due to earlier error below:
         > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20.
            > Could not get resource 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.4.20/kotlin-gradle-plugin-2.4.20.pom'.
               > Could not GET 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/2.4.20/kotlin-gradle-plugin-2.4.20.pom'. Received status code 429 from server: Too Many Requests

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
==============================================================================

BUILD FAILED in 20s

Adds trust/checksum entries for the new transitive dependencies
pulled in by nextcloudandroidcommonlib 0.34.0 (dagger 2.60.1,
androidx.exifinterface 1.4.2, androidx.profileinstaller 1.4.1,
io.coil-kt.coil3, com.google.accompanist:accompanist-drawablepainter,
com.caverock:androidsvg-aar, org.jetbrains.compose.*), which caused
dependency verification to fail on PR #3351.

Assisted-by: ClaudeCode:claude-sonnet-5
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
@github-actions

Copy link
Copy Markdown
Contributor

APK file: https://github.com/nextcloud/notes-android/actions/runs/35192330669/artifacts/10485265019
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

@nextcloud-android-bot
nextcloud-android-bot merged commit b7d23f4 into main Sep 17, 2026
14 of 15 checks passed
@nextcloud-android-bot
nextcloud-android-bot deleted the renovate/nextcloudandroidcommonlib branch September 17, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review AI assisted dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants