Skip to content

Build Android APK

Build Android APK #3

Manually triggered September 6, 2023 03:17
Status Success
Total duration 4m 11s
Artifacts

build-apk.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
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