diff options
-rw-r--r-- | app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt | 2 | ||||
-rw-r--r-- | gradle/libs.versions.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt b/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt index 40a8654d..0ee5748c 100644 --- a/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt +++ b/app/src/main/java/app/passwordstore/ui/pgp/PGPKeyList.kt @@ -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 = {}) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bc37494c..ec630a5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" } |