14 lines
247 B
Groovy
14 lines
247 B
Groovy
ext {
|
|
extName = 'Mangago'
|
|
extClass = '.Mangago'
|
|
extVersionCode = 20
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:cryptoaes'))
|
|
implementation(project(':lib:randomua'))
|
|
}
|