Patch 1 (#639)
* Add files via upload * Updating AnimeSAGA.kt to AniSAGA.kt * Update build.gradle * Update build.gradle * Update build.gradle * update
This commit is contained in:
parent
80c0228865
commit
9ed3a7c5d7
2 changed files with 12 additions and 10 deletions
|
@ -1,13 +1,15 @@
|
|||
ext {
|
||||
extName = 'AnimeSAGA'
|
||||
extClass = '.AnimeSAGA'
|
||||
extName = 'AniSAGA'
|
||||
extClass = '.AniSAGA'
|
||||
extVersionCode = 15.6
|
||||
themePkg = 'dooplay'
|
||||
baseUrl = 'https://www.animesaga.in'
|
||||
overrideVersionCode = 14
|
||||
baseUrl = 'https://www.anisaga.org'
|
||||
overrideVersionCode = 15
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib:chillx-extractor"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue