Skip to content

Commit

Permalink
fix: update patcher to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 18, 2022
1 parent d140054 commit 055c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
implementation("app.revanced:revanced-patcher:1.1.0")
implementation("app.revanced:revanced-patcher:1.2.5")
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 055c282

Please sign in to comment.