Merge branch 'picocli' into adb-deploy

# Conflicts:
#	src/main/kotlin/app/revanced/cli/MainCommand.kt
This commit is contained in:
oSumAtrIX
2022-05-06 01:23:08 +02:00
3 changed files with 12 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ repositories {
}
}
val patchesDependency = "app.revanced:revanced-patches:+"
val patchesDependency = "app.revanced:revanced-patches:1.0.0-dev.4"
dependencies {
implementation(kotlin("stdlib"))
@@ -42,7 +42,7 @@ tasks {
exclude(dependency(patchesDependency))
}
manifest {
attributes("Main-Class" to "app.revanced.cli.Main")
attributes("Main-Class" to "app.revanced.cli.MainKt")
attributes("Implementation-Title" to project.name)
attributes("Implementation-Version" to project.version)
}