fix: use the latest version of patcher dependency

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2022-05-07 21:42:18 +02:00
parent 48f56603c7
commit fe4a439cb2
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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 {