Skip to content

Commit

Permalink
build: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jan 10, 2024
1 parent 2e2ddac commit 4933fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ shadow = "8.1.1"
kotlin-test = "1.9.20"
kotlinx-coroutines-core = "1.7.3"
picocli = "4.7.3"
revanced-patcher = "19.1.0"
revanced-patcher = "19.2.0"
revanced-library = "1.4.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ internal object PatchCommand : Runnable {
val patcherResult =
patcher.apply {
acceptIntegrations(integrations)
acceptPatches(filteredPatches.toList())
acceptPatches(filteredPatches)

// Execute patches.
runBlocking {
Expand Down

0 comments on commit 4933fe0

Please sign in to comment.