Rename artifact to interface
This commit is contained in:
parent
e821fa41a7
commit
e9d228aed7
|
|
@ -35,11 +35,11 @@ android {
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
register<MavenPublication>("interface") {
|
register<MavenPublication>("interface") {
|
||||||
artifactId = "service-interface"
|
artifactId = "interface"
|
||||||
group = "io.github.libxposed"
|
group = "io.github.libxposed"
|
||||||
version = "100"
|
version = "100"
|
||||||
pom {
|
pom {
|
||||||
name.set("service-interface")
|
name.set("interface")
|
||||||
description.set("Modern Xposed Service Interface")
|
description.set("Modern Xposed Service Interface")
|
||||||
url.set("https://github.com/libxposed/service")
|
url.set("https://github.com/libxposed/service")
|
||||||
licenses {
|
licenses {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue