mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-19 07:27:32 +01:00
build: Bump dependencies
This commit is contained in:
parent
2e2ddac273
commit
4933fe0314
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user