mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:07:03 +01:00
fix: use the latest version of patcher dependency
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
48f56603c7
commit
fe4a439cb2
@ -26,7 +26,7 @@ dependencies {
|
|||||||
implementation(kotlin("stdlib"))
|
implementation(kotlin("stdlib"))
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
|
|
||||||
implementation("app.revanced:revanced-patcher:1.0.0-dev.9")
|
implementation("app.revanced:revanced-patcher:1.+")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
Loading…
Reference in New Issue
Block a user