Skip to content

Commit

Permalink
chore(deps): bump com.pinterest.ktlint:ktlint-bom from 1.3.1 to 1.5.0 (
Browse files Browse the repository at this point in the history
…#1394)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Marquis <simon.marquis@adevinta.com>
  • Loading branch information
dependabot[bot] and SimonMarquis authored Dec 12, 2024
1 parent 901de38 commit cab787c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin = "2.0.21"
kotlinx-coroutines = "1.9.0"
kotlinx-collections-immutable = "0.3.8"
kotlinx-serialization-json = "1.7.3"
ktlint = "1.3.1"
ktlint = "1.5.0"
lint = "31.7.3"
minCompileSdk = "24"
paparazzi = "1.3.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,7 @@ public interface ThresholdConfig {
@InternalSparkApi
// This is a copy from Material 3 Swipeable until b/163132293 is closed
// Until this is fixed use it when you really cannot use a BottomSheetDialogFragment
public data class FixedThreshold(
private val offset: Dp,
) : ThresholdConfig {
public data class FixedThreshold(private val offset: Dp) : ThresholdConfig {
override fun Density.computeThreshold(
fromValue: Float,
toValue: Float,
Expand Down

0 comments on commit cab787c

Please sign in to comment.