16 lines
328 B
Groovy
16 lines
328 B
Groovy
ext {
|
|
extName = 'MirrorDesu'
|
|
extClass = '.MirrorDesu'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://mirrordesu.one'
|
|
overrideVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:cryptoaes"))
|
|
implementation(project(":lib:synchrony"))
|
|
}
|