[skip ci] chore: Mass-bump on extensions

This commit is contained in:
Kohi-den-Bot 2024-10-06 20:39:11 +00:00
parent 5250489d66
commit f0c3b4369f
No known key found for this signature in database
GPG key ID: 961071E83D2A7E62
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ext { ext {
extName = 'Hikari' extName = 'Hikari'
extClass = '.Hikari' extClass = '.Hikari'
extVersionCode = 9 extVersionCode = 10
} }
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 = 18 extVersionCode = 19
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AnimeSAGA' extClass = '.AnimeSAGA'
themePkg = 'dooplay' themePkg = 'dooplay'
baseUrl = 'https://www.animesaga.in' baseUrl = 'https://www.animesaga.in'
overrideVersionCode = 12 overrideVersionCode = 13
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"