build: change group id for module `apktool-lib`

This commit is contained in:
oSumAtrIX 2023-01-17 23:35:09 +01:00
parent efde223479
commit 11473574ed
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ subprojects {
maven(MavenPublication) {
from project.components.java
groupId = 'org.apktool'
groupId = project.name == 'apktool-lib' ? 'app.revanced' : 'org.apktool'
artifactId = project.name
version = mavenVersion