mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-28 05:31:05 +00:00
build: Bump dependencies
This commit is contained in:
@@ -3,7 +3,7 @@ shadow = "8.1.1"
|
|||||||
kotlin-test = "1.9.20"
|
kotlin-test = "1.9.20"
|
||||||
kotlinx-coroutines-core = "1.7.3"
|
kotlinx-coroutines-core = "1.7.3"
|
||||||
picocli = "4.7.3"
|
picocli = "4.7.3"
|
||||||
revanced-patcher = "19.1.0"
|
revanced-patcher = "19.2.0"
|
||||||
revanced-library = "1.4.0"
|
revanced-library = "1.4.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ internal object PatchCommand : Runnable {
|
|||||||
val patcherResult =
|
val patcherResult =
|
||||||
patcher.apply {
|
patcher.apply {
|
||||||
acceptIntegrations(integrations)
|
acceptIntegrations(integrations)
|
||||||
acceptPatches(filteredPatches.toList())
|
acceptPatches(filteredPatches)
|
||||||
|
|
||||||
// Execute patches.
|
// Execute patches.
|
||||||
runBlocking {
|
runBlocking {
|
||||||
|
|||||||
Reference in New Issue
Block a user