Skip to content

Minor fixes (#199) #128

Minor fixes (#199)

Minor fixes (#199) #128

Triggered via push December 13, 2023 12:16
Status Success
Total duration 8m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Gradle Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Gradle Lint: example/android/app/src/main/AndroidManifest.xml#L14
Redundant label on activity: Redundant label can be removed
Gradle Lint: example/android/app/src/debug/java/com/quickcryptoexample/ReactNativeFlipper.java#L54
Visible Only For Tests: This method should only be accessed from tests or within private scope
Gradle Lint: example/android/app/src/main/AndroidManifest.xml#L10
Missing data extraction rules: The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher.
Gradle Lint: example/android/app/build.gradle#L1
Unused resources: The resource `R.integer.react_native_dev_server_port` appears to be unused
Gradle Lint: example/android/app/build.gradle#L1
Unused resources: The resource `R.integer.react_native_inspector_proxy_port` appears to be unused
Gradle Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/