Skip to content

Commit

Permalink
Update crashing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Apr 26, 2024
1 parent 984a512 commit c1c570d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style=official
library.version=1.5.0
android.experimental.lint.version=8.3.0
android.experimental.lint.version=8.4.0-rc02
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SpotlightAdvancedSlider<T>(
}
) : ModifierTransitionHandler<T, SpotlightAdvanced.State>() {

@Suppress("ModifierFactoryExtensionFunction", "MagicNumber")
@Suppress("ModifierFactoryExtensionFunction", "MagicNumber", "SuspiciousModifierThen")
override fun createModifier(
modifier: Modifier,
transition: Transition<SpotlightAdvanced.State>,
Expand Down

0 comments on commit c1c570d

Please sign in to comment.