Add Google Play payment API to gRPC #11244
Annotations
1 error and 2 warnings
Run gradle task
Execution failed for task ':tile: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
/__w/mullvadvpn-app/mullvadvpn-app/android/tile/src/main/kotlin/net/mullvad/mullvadvpn/tile/MullvadTileService.kt:141: Error: Do not hardcode "/data/"; use Context.getFilesDir().getPath() instead [SdCardPath]
"/data/data/net.mullvad.mullvadvpn/rpc-socket",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation for issues of type "SdCardPath":
Your code should not reference the /sdcard path directly; instead use
Environment.getExternalStorageDirectory().getPath().
Similarly, do not reference the /data/data/ path directly; it can vary in
multi-user scenarios. Instead, use Context.getFilesDir().getPath().
https://developer.android.com/training/data-storage#filesExternal
1 errors, 0 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "apks", "e2e-instrumentation-apks", "mockapi-instrumentation-apks".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading