mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 09:27:03 +05:30
chore(deps): bump compose-lint-checks
This commit is contained in:
parent
8d092a761a
commit
456205dece
2 changed files with 3 additions and 3 deletions
|
@ -73,8 +73,8 @@ private fun Lint.configureLint(project: Project) {
|
|||
abortOnError = true
|
||||
checkReleaseBuilds = true
|
||||
warningsAsErrors = true
|
||||
disable.add("DialogFragmentCallbacksDetector")
|
||||
error.add("ComposeM2Api")
|
||||
enable += "ComposeM2Api"
|
||||
error += "ComposeM2Api"
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor
|
|||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
||||
retrofit-kotlinxSerializationConverter = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
|
||||
sentry-bom = { module = "io.sentry:sentry-bom", version.ref = "sentry-sdk" }
|
||||
slack-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.1.0"
|
||||
slack-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.1.1"
|
||||
sqldelight-androidDriver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
|
||||
sqldelight-extensions-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }
|
||||
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue