mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +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
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ dependencies {
|
|||
implementation(kotlin("stdlib"))
|
||||
testImplementation(kotlin("test"))
|
||||
|
||||
implementation("app.revanced:revanced-patcher:1.0.0-dev.9")
|
||||
implementation("app.revanced:revanced-patcher:1.+")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Reference in a new issue