Skip to content

Commit

Permalink
feat: Integrate STNxxx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Aug 15, 2024
1 parent 8297062 commit 6303d45
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 @@ -322,6 +322,7 @@ internal class WorkflowOrchestrator internal constructor() {
.stNxx(
STNxxExtensions.builder()
.promoteSlowGroupsEnabled(preferences.stnExtensionsEnabled)
.promoteAllGroupsEnabled(preferences.stnExtensionsEnabled)
.enabled(preferences.stnExtensionsEnabled)
.build()
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
obdMetricVersion=9.32.0-SNAPSHOT
obdMetricVersion=9.33.0-SNAPSHOT

0 comments on commit 6303d45

Please sign in to comment.