2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AnimeSAGA'
|
|
|
|
extClass = '.AnimeSAGA'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://www.animesaga.in'
|
2024-10-06 22:29:36 +00:00
|
|
|
overrideVersionCode = 14
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:chillx-extractor"))
|
|
|
|
}
|