chore(deps): bump compose-lint-checks

This commit is contained in:
Harsh Shandilya 2023-03-09 01:08:21 +05:30
parent 8d092a761a
commit 456205dece
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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")
}

View file

@ -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" }