diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-27 14:43:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-27 14:45:06 +0530 |
commit | 5659ad9863f7ce47962668a473fd29c79d9c710e (patch) | |
tree | fd1f6d0cee7665b078a852fff56544816ed14832 /gradle | |
parent | f0ac9f97e2551aef14cd023de95da3281f12a5ee (diff) |
feat(build): add Slack's Compose Lints
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 238133f3..a4c8e428 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,6 +79,7 @@ testing-turbine = "app.cash.turbine:turbine:0.12.3" thirdparty-bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15to18", version.ref = "bouncycastle" } thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "bouncycastle" } thirdparty-commons_codec = "commons-codec:commons-codec:1.14" +thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.2.0" thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0" thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.2.0" thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" } |