fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1 (#2874)
* fix(deps): update dependency com.slack.lint.compose:compose-lint-checks to v1.3.1 * refactor: address issues from compose-lints 1.3.x --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
dfc85d219d
commit
badec6409e
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ private fun KeyListPreview() {
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun EmptyKeyListPreview() {
|
||||
private fun EmptyKeyListPreview() {
|
||||
APSThemePreview {
|
||||
Box(modifier = Modifier.background(MaterialTheme.colorScheme.background)) {
|
||||
KeyList(identifiers = persistentListOf(), onItemClick = {})
|
||||
|
|
|
@ -76,7 +76,7 @@ thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", v
|
|||
# We're fine with the current version.
|
||||
# noinspection GradleDependency
|
||||
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
|
||||
thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.3.0"
|
||||
thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.3.1"
|
||||
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
|
||||
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.3.0"
|
||||
thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" }
|
||||
|
|
Loading…
Reference in a new issue