mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-04-30 06:34:31 +02:00
Update artifact metadata
This commit is contained in:
parent
73f17593d8
commit
a7b37dd73c
14
build.gradle
14
build.gradle
@ -74,23 +74,27 @@ publishing {
|
|||||||
name = 'multidexlib2'
|
name = 'multidexlib2'
|
||||||
description = 'Multi-dex extensions for dexlib2.'
|
description = 'Multi-dex extensions for dexlib2.'
|
||||||
url = 'https://github.com/DexPatcher/multidexlib2'
|
url = 'https://github.com/DexPatcher/multidexlib2'
|
||||||
scm {
|
|
||||||
connection = 'scm:git:git://github.com/DexPatcher/multidexlib2.git'
|
|
||||||
developerConnection = 'scm:git:ssh://github.com:DexPatcher/multidexlib2.git'
|
|
||||||
url = 'https://github.com/DexPatcher/multidexlib2'
|
|
||||||
}
|
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
name = 'GNU General Public License (version 3 or later)'
|
name = 'GNU General Public License (version 3 or later)'
|
||||||
url = 'https://www.gnu.org/licenses/gpl.txt'
|
url = 'https://www.gnu.org/licenses/gpl.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
organization {
|
||||||
|
name = 'DexPatcher'
|
||||||
|
url = 'https://dexpatcher.github.io/'
|
||||||
|
}
|
||||||
developers {
|
developers {
|
||||||
developer {
|
developer {
|
||||||
name = 'Lanchon'
|
name = 'Lanchon'
|
||||||
url = 'https://github.com/Lanchon'
|
url = 'https://github.com/Lanchon'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
scm {
|
||||||
|
connection = 'scm:git:git://github.com/DexPatcher/multidexlib2.git'
|
||||||
|
developerConnection = 'scm:git:ssh://github.com:DexPatcher/multidexlib2.git'
|
||||||
|
url = 'https://github.com/DexPatcher/multidexlib2'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user