Update chillx extractor #979

Merged
V3u47ZoN merged 2 commits from chillx into main 2025-05-03 05:20:12 -05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit a248b19da3 - Show all commits

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'Hikari' extName = 'Hikari'
extClass = '.Hikari' extClass = '.Hikari'
extVersionCode = 19 extVersionCode = 20
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'Tokuzilla' extName = 'Tokuzilla'
extClass = '.Tokuzilla' extClass = '.Tokuzilla'
extVersionCode = 22 extVersionCode = 23
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AniSAGA' extClass = '.AniSAGA'
themePkg = 'dooplay' themePkg = 'dooplay'
baseUrl = 'https://www.anisaga.org' baseUrl = 'https://www.anisaga.org'
overrideVersionCode = 18 overrideVersionCode = 19
isNsfw = false isNsfw = false
} }