Skip to content

Commit

Permalink
fix: wrong dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Aug 31, 2022
1 parent f71067c commit 1e63a57
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 @@ -22,7 +22,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))

implementation("app.revanced:revanced-patcher:3.4.3")
implementation("app.revanced:revanced-patcher:3.4.0")
implementation("app.revanced:multidexlib2:2.5.2.r2")

// Required for meta
Expand Down

0 comments on commit 1e63a57

Please sign in to comment.