Skip to content

Commit

Permalink
fix: use working JADB dependency version (#222)
Browse files Browse the repository at this point in the history
This fixes a current issue with CI/CD failing
  • Loading branch information
bogadana authored and oSumAtrIX committed May 4, 2023
1 parent 379687c commit da2c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

implementation("app.revanced:revanced-patcher:7.0.0")
implementation("info.picocli:picocli:4.7.1")
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
implementation("com.github.revanced:jadb:2531a28109") // updated fork
implementation("com.android.tools.build:apksig:8.1.0-alpha09")
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.+")
Expand Down

0 comments on commit da2c918

Please sign in to comment.