14 lines
308 B
Groovy
14 lines
308 B
Groovy
|
ext {
|
||
|
extName = 'DarkMahou'
|
||
|
extClass = '.DarkMahou'
|
||
|
themePkg = 'animestream'
|
||
|
baseUrl = 'https://darkmahou.org'
|
||
|
overrideVersionCode = 1
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:unpacker"))
|
||
|
implementation(project(":lib:playlist-utils"))
|
||
|
}
|