13 lines
192 B
Groovy
13 lines
192 B
Groovy
ext {
|
|
extName = 'Dm5'
|
|
extClass = '.Dm5'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:unpacker'))
|
|
}
|