Skip to content

v5.4.0

v5.4.0 #32

Triggered via release July 9, 2024 09:30
@gmazzogmazzo
published v5.4.0
Status Success
Total duration 9m 34s
Artifacts

release.yaml

on: release
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 1 notice
Build / Build
Processed 37 files: 137 tests ✅ passed, checks: ⚠️ 1 warning
Build / Build
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
Correctness: Obsolete Gradle Dependency: demo-project/kts-android/build.gradle.kts#L15
A newer version of `compileSdkVersion` than 30 is available: 34 This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find. compileSdkVersion = "android-30" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~