Skip to content

Commit

Permalink
fix: update patcher version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 22, 2022
1 parent 8374392 commit 0df936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))

implementation("app.revanced:revanced-patcher:1.7.0")
implementation("app.revanced:revanced-patcher:1.7.1")
implementation("info.picocli:picocli:4.6.3")
implementation("com.android.tools.build:apksig:7.2.1")
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
Expand Down

0 comments on commit 0df936e

Please sign in to comment.