2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AnimeKhor'
|
|
|
|
extClass = '.AnimeKhor'
|
|
|
|
themePkg = 'animestream'
|
|
|
|
baseUrl = 'https://animekhor.xyz'
|
2025-01-26 19:27:38 +00:00
|
|
|
overrideVersionCode = 6
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
2025-01-27 02:26:48 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|