| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
⚠️ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: gradle/libs.versions.tomlCommand failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q properties
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':plugin-build:buildSrc'.
> Could not resolve all artifacts for configuration 'classpath'.
> Could not resolve org.jetbrains.kotlin:kotlin-stdlib:2.0.21.
Required by:
project :plugin-build:buildSrc
> Repository Gradle Central Plugin Repository is disabled due to earlier error below:
> Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21.
> Could not get resource 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/2.0.21/kotlin-gradle-plugins-bom-2.0.21.pom'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/2.0.21/kotlin-gradle-plugins-bom-2.0.21.pom'. Received status code 429 from server: Too Many Requests
> There are 5 more failures with identical causes.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
BUILD FAILED in 27s
|
Sorry, something went wrong.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 59d5a17. Configure here.
Sorry, something went wrong.
|
|
||
| sample-androidx-composeRuntime = "androidx.compose.runtime:runtime:1.5.4" | ||
| sample-androidx-composeNavigation = "androidx.navigation:navigation-compose:2.5.2" | ||
| sample-androidx-composeNavigation = "androidx.navigation:navigation-compose:2.9.8" |
There was a problem hiding this comment.
Medium Severity
Bumping sample-androidx-composeNavigation from 2.5.2 to 2.9.8 leaves the sample on activity-compose 1.4.0 and Compose 1.5.4. Navigation Compose 2.7+ relies on the newer LocalLifecycleOwner from Lifecycle Compose, which older activity-compose does not provide via setContent, so ComposeActivity's NavHost can crash at runtime with CompositionLocal LocalLifecycleOwner not present.
Additional Locations (1)Reviewed by Cursor Bugbot for commit 59d5a17. Configure here.
Sorry, something went wrong.
Instructions and example for changelogPlease add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number. Example: ## Unreleased
### Fixes
- update dependency androidx.navigation:navigation-compose to v2.10.0 ([#1337](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1337))If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label. |
Sorry, something went wrong.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ Warning: custom changes will be lost. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.