Update changelog presentation #16552
Annotations
1 error and 3 warnings
Run gradle task
Execution failed for task ':app:lintOssProdDebug'.
> Lint found errors in the project; aborting build.
Fix the issues identified by lint, or add the issues to the lint baseline via `gradlew updateLintBaseline`.
For more details, see https://developer.android.com/studio/write/lint#snapshot
/__w/mullvadvpn-app/mullvadvpn-app/android/config/lint-baseline.xml: Information: 24 errors and 12 warnings were filtered out because they are listed in the baseline file, ../config/lint-baseline.xml [LintBaseline]
/__w/mullvadvpn-app/mullvadvpn-app/android/lib/resource/src/main/res/values/strings.xml:164: Error: The resource R.string.changes_dialog_subtitle appears to be unused [UnusedResources]
<string name="changes_dialog_subtitle">Changes in this version:</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation for issues of type "UnusedResources":
Unused resources make applications larger and slow down builds.
The unused resource check can ignore tests. If you want to include
resources that are only referenced from tests, consider packaging them in a
test source set instead.
You can include test sources in the unused resource check by setting the
system property lint.unused-resources.include-tests =true, and to exclude
them (usually for performance reasons), use
lint.unused-resources.exclude-tests =true.
,
1 errors, 0 warnings (24 errors, 12 warnings filtered by baseline lint-baseline.xml)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run gradle task
Failed to restore: Cache service responded with 429
|
Run gradle task
Failed to restore: Cache service responded with 429
|
Loading