2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
2025-02-10 18:08:11 +05:30
|
|
|
extName = 'AniSAGA'
|
|
|
|
extClass = '.AniSAGA'
|
2024-06-20 11:54:12 +07:00
|
|
|
themePkg = 'dooplay'
|
2025-02-10 18:08:11 +05:30
|
|
|
baseUrl = 'https://www.anisaga.org'
|
2025-05-03 10:20:12 +00:00
|
|
|
overrideVersionCode = 19
|
2025-02-10 18:08:11 +05:30
|
|
|
isNsfw = false
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:chillx-extractor"))
|
2025-02-10 18:08:11 +05:30
|
|
|
}
|