Skip to content

Commit 00fec25

Browse files
authored
fix: fix noSuchMethodError
1 parent 387b6bd commit 00fec25

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
@@ -26,7 +26,7 @@ dependencies {
2626
implementation(kotlin("stdlib"))
2727
implementation(kotlin("reflect"))
2828

29-
implementation("app.revanced:revanced-patcher:2.2.2")
29+
implementation("app.revanced:revanced-patcher:2.3.0")
3030
implementation("info.picocli:picocli:4.6.3")
3131
implementation("com.android.tools.build:apksig:7.2.1")
3232
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork

0 commit comments

Comments
 (0)