Update all the things #44
Annotations
1 error and 9 warnings
|
build
Execution failed for task ':app:lintDebug'.
> Lint found errors in the project; aborting build.
Fix the issues identified by lint, or create a baseline to see only new errors.
To create a baseline, run `gradlew updateLintBaseline` after adding the following to the module's build.gradle file:
```
android {
lint {
baseline = file("lint-baseline.xml")
}
}
```
For more details, see https://developer.android.com/studio/write/lint#snapshot
Lint found 2 errors, 15 warnings. First failure:
/home/runner/work/PinePartner/PinePartner/app/src/main/java/net/pipe01/pinepartner/NavFrame.kt:141: Error: Call requires API level 35 (current min is 26): java.util.List#removeFirst (Prior to API level 35, this call would resolve to a Kotlin stdlib extension function. You can use removeAt(0) instead.) [NewApi]
ErrorDialog(error = error, onDismissRequest = { errors.removeFirst() })
~~~~~~~~~~~~~
The full lint text report is located at:
/home/runner/work/PinePartner/PinePartner/app/build/intermediates/lint_intermediate_text_report/debug/lintReportDebug/lint-results-debug.txt
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-java@v3, burrunan/gradle-cache-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>00IbAaQAAAACNhZanPZrCT5s1f5f8F3/OUEhYMzFFREdFMDYyMABFZGdl
|
|
build
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>00IbAaQAAAABPn6T0TyA2Q4rb29iHyYOYUEhYMzFFREdFMDYyMABFZGdl
|
|
build
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0v4bAaQAAAAA9BjuyxvOuT5mmyLSnAFLeUEhYMzFFREdFMDYyMABFZGdl
|
|
build
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties.
Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
|
|
build
Failed to restore: Cache service responded with 400
|
|
build
Failed to restore: Cache service responded with 400
|
|
build
Failed to restore: Cache service responded with 400
|
|
build
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties.
Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
|