2024-12-19 21:08:52 -03:00
|
|
|
ext {
|
|
|
|
extName = 'DarkMahou'
|
|
|
|
extClass = '.DarkMahou'
|
|
|
|
themePkg = 'animestream'
|
|
|
|
baseUrl = 'https://darkmahou.org'
|
2025-02-14 23:08:21 +00:00
|
|
|
overrideVersionCode = 3
|
2024-12-19 21:08:52 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:unpacker"))
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
}
|