Patch 1 #639

Merged
Arkai1 merged 6 commits from patch-1 into main 2025-02-10 06:38:11 -06:00
Showing only changes of commit 2a24026e6e - Show all commits

View file

@ -1,13 +1,13 @@
ext { ext {
extName = 'AnimeSAGA' extName = 'AniSAGA'
extClass = '.AnimeSAGA' extClass = '.AniSAGA'
themePkg = 'dooplay' themePkg = 'dooplay'
baseUrl = 'https://www.animesaga.in' baseUrl = 'https://www.anisaga.org'
overrideVersionCode = 14 overrideVersionCode = 14.1
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
dependencies { dependencies {
implementation(project(":lib:chillx-extractor")) implementation(project(":lib:chillx-extractor"))
} }