Skip to content

Release packages

Release packages #58

Manually triggered October 31, 2023 12:18
Status Success
Total duration 19m 40s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release_update
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release_update: core/src/main/java/in/testpress/network/NetworkBoundResource.kt#L23
This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
release_update: core/src/main/java/in/testpress/ui/BaseToolBarActivity.kt#L94
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
release_update: core/src/main/java/in/testpress/ui/BaseToolBarActivity.kt#L118
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
release_update: core/src/main/java/in/testpress/ui/DiscussionViewModel.kt#L39
This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn'
release_update: core/src/main/java/in/testpress/ui/DiscussionViewModel.kt#L52
'offer(E): Boolean' is deprecated. Deprecated in the favour of 'trySend' method
release_update: core/src/main/java/in/testpress/ui/DiscussionsFilterFragment.kt#L49
Unchecked cast: DiscussionViewModel to T
release_update: core/src/main/java/in/testpress/ui/DiscussionsViewHolder.kt#L42
Unsafe use of a nullable receiver of type Date?
release_update: core/src/main/java/in/testpress/ui/DiscussionsViewHolder.kt#L42
Type mismatch: inferred type is String? but String was expected
release_update: core/src/main/java/in/testpress/ui/DiscussionsViewHolder.kt#L46
Identity equality for arguments of types Int? and Int can be unstable because of implicit boxing
release_update: core/src/main/java/in/testpress/ui/DiscussionsViewHolder.kt#L60
Unsafe use of a nullable receiver of type Date?