chore: change project group id

This commit is contained in:
oSumAtrIX 2023-08-11 02:00:23 +02:00
parent fb02b58c45
commit b7e693e766
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -17,7 +17,7 @@ plugins {
def dexlib2Version = '2.3.4'
def multidexlib2VersionSuffix = '.r2'
group = 'com.github.lanchon.dexpatcher'
group = 'app.revanced'
version = dexlib2Version + multidexlib2VersionSuffix
ext.mainArtifact = 'multidexlib2'