Skip to content

Commit 51c04b7

Browse files
committed
fix: bump patcher dependency version
This commit addresses ReVanced/multidexlib2#2.
1 parent a39cf89 commit 51c04b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
implementation(kotlin("reflect"))
2727

28-
implementation("app.revanced:revanced-patcher:6.4.0")
28+
implementation("app.revanced:revanced-patcher:6.4.1")
2929
implementation("info.picocli:picocli:4.7.0")
3030
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
3131
implementation("com.android.tools.build:apksig:7.2.1")

0 commit comments

Comments
 (0)