Skip to content

Commit

Permalink
fix: use latest version of patches dependency
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed May 7, 2022
1 parent be53e64 commit 029f1ad
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 {
}
}

val patchesDependency = "app.revanced:revanced-patches:1.0.0-dev.5"
val patchesDependency = "app.revanced:revanced-patches:1.+"

dependencies {
implementation(kotlin("stdlib"))
Expand Down

0 comments on commit 029f1ad

Please sign in to comment.