fix: use latest version of patches dependency

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

View File

@ -22,7 +22,7 @@ repositories {
} }
} }
val patchesDependency = "app.revanced:revanced-patches:1.0.0-dev.5" val patchesDependency = "app.revanced:revanced-patches:1.+"
dependencies { dependencies {
implementation(kotlin("stdlib")) implementation(kotlin("stdlib"))