Skip to content

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 c9d1923 commit 01a6c7a
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 @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("app.revanced:revanced-patcher:6.4.0")
implementation("app.revanced:revanced-patcher:6.4.1")
implementation("app.revanced:multidexlib2:2.5.2.r2")
// Required for meta
implementation("com.google.code.gson:gson:2.10")
Expand Down

0 comments on commit 01a6c7a

Please sign in to comment.