This commit is contained in:
LoveSy 2022-02-22 22:14:02 +08:00 committed by GitHub
parent 936f18c242
commit 96631507ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ publishing {
register<MavenPublication>("lsplant") { register<MavenPublication>("lsplant") {
group = "org.lsposed.lsplant" group = "org.lsposed.lsplant"
artifactId = "lsplant" artifactId = "lsplant"
version = "1.0" version = "2.0"
afterEvaluate { afterEvaluate {
from(components.getByName("release")) from(components.getByName("release"))
artifact(symbolsTask) artifact(symbolsTask)