Skip to content

Commit 029f1ad

Browse files
committed
fix: use latest version of patches dependency
Signed-off-by: oSumAtrIX <[email protected]>
1 parent be53e64 commit 029f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
}
2323
}
2424

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

2727
dependencies {
2828
implementation(kotlin("stdlib"))

0 commit comments

Comments
 (0)