Skip to content

Commit

Permalink
Merge pull request #21197 from wordpress-mobile/dependabot/gradle/io.…
Browse files Browse the repository at this point in the history
…gitlab.arturbosch.detekt-1.23.6

Bump io.gitlab.arturbosch.detekt from 1.23.0 to 1.23.6
  • Loading branch information
nbradbury authored Sep 3, 2024
2 parents 0b725f7 + 559851c commit 1c87fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ class RestoreViewModel @Inject constructor(
val currentIndex = wizardManager.currentStep
val targetIndex = wizardManager.stepPosition(targetStep)

@Suppress("ForEachOnRange")
(currentIndex downTo targetIndex).forEach { _ ->
wizardManager.onBackPressed()
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
gradle.ext.navigationVersion = '2.7.7'
gradle.ext.sentryVersion = '4.11.0'
gradle.ext.daggerVersion = "2.50"
gradle.ext.detektVersion = '1.23.0'
gradle.ext.detektVersion = '1.23.6'
gradle.ext.violationCommentsVersion = '1.70.0'
gradle.ext.measureBuildsVersion = '3.1.0'
gradle.ext.koverVersion = '0.7.6'
Expand Down

0 comments on commit 1c87fea

Please sign in to comment.