Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: bump patcher dependency version
Browse files Browse the repository at this point in the history
This commit addresses ReVanced/multidexlib2#2.
  • Loading branch information
oSumAtrIX committed Jan 15, 2023
1 parent a39cf89 commit 51c04b7
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 @@ -25,7 +25,7 @@ repositories {
dependencies {
implementation(kotlin("reflect"))

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

0 comments on commit 51c04b7

Please sign in to comment.