mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-11 22:29:24 +01:00
fix: bump patcher dependency version
This commit addresses https://github.com/revanced/multidexlib2/issues/2.
This commit is contained in:
parent
a39cf893d6
commit
51c04b7b16
@ -25,7 +25,7 @@ repositories {
|
||||
dependencies {
|
||||
implementation(kotlin("reflect"))
|
||||
|
||||
implementation("app.revanced:revanced-patcher:6.4.0")
|
||||
implementation("app.revanced:revanced-patcher:6.4.1")
|
||||
implementation("info.picocli:picocli:4.7.0")
|
||||
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
|
||||
implementation("com.android.tools.build:apksig:7.2.1")
|
||||
|
Loading…
Reference in New Issue
Block a user