Rename artifact to interface

This commit is contained in:
LoveSy 2023-03-21 11:22:49 +08:00
parent e821fa41a7
commit e9d228aed7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@ android {
publishing {
publications {
register<MavenPublication>("interface") {
artifactId = "service-interface"
artifactId = "interface"
group = "io.github.libxposed"
version = "100"
pom {
name.set("service-interface")
name.set("interface")
description.set("Modern Xposed Service Interface")
url.set("https://github.com/libxposed/service")
licenses {