fix: gradle build script

This commit is contained in:
Canny1913 2022-05-05 20:19:59 +03:00 committed by GitHub
parent eab58aa0a2
commit 434a4cc9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"))
@ -39,9 +39,9 @@ tasks {
exclude(dependency(patchesDependency))
}
manifest {
attributes("Main-Class" to "app.revanced.cli.Main")
attributes("Main-Class" to "app.revanced.cli.MainCommandKt")
attributes("Implementation-Title" to project.name)
attributes("Implementation-Version" to project.version)
}
}
}
}