Build Android APK #2
Annotations
5 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
No files were found with the provided path: example/android/app-release-$GITHUB_SHA.apk. No artifacts will be uploaded.
|
build:
android/src/main/java/com/jimmydaddy/imagemarker/base/MarkImageOptions.kt#L7
Lateinit is unnecessary: definitely initialized in constructors
|
build:
android/src/main/java/com/jimmydaddy/imagemarker/base/MarkImageOptions.kt#L11
Unnecessary non-null assertion (!!) on a non-null receiver of type ReadableArray
|
build:
android/src/main/java/com/jimmydaddy/imagemarker/base/WatermarkImageOptions.kt#L36
Type mismatch: inferred type is String? but String was expected
|