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