Skip to content

Commit

Permalink
Update lint and baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 11, 2024
1 parent c75fc20 commit 02bde58
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 60 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarni
android.experimental.lint.version

# Force use of the latest android lint version
android.experimental.lint.version=8.6.0-alpha06
android.experimental.lint.version=8.8.0-alpha01
android.experimental.lint.missingBaselineIsEmptyBaseline=true

# Disable noisy DAGP logs
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-core", version.ref = "detekt" }
develocity-agent-adapters = "com.gradle:develocity-gradle-plugin-adapters:1.0.4"
gradleLints = "androidx.lint:lint-gradle:1.0.0-alpha01"
gradleLints = "androidx.lint:lint-gradle:1.0.0-alpha02"
gradlePlugins-anvil = { module = "com.squareup.anvil:gradle-plugin", version.ref = "anvil" }
gradlePlugins-bugsnag = { module = "com.bugsnag:bugsnag-android-gradle-plugin", version.ref = "bugsnagGradle" }
gradlePlugins-compose = { module = "org.jetbrains.compose:compose-gradle-plugin", version.ref = "compose-jb" }
Expand Down
Loading

0 comments on commit 02bde58

Please sign in to comment.