[skip ci] chore: Mass-bump on extensions

This commit is contained in:
aniyomi-bot[bot] 2024-03-27 10:03:59 +00:00
parent 66a097714d
commit 8bedaa3063
No known key found for this signature in database
GPG Key ID: 15AD13966397B0FA
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'HentaiLA' extName = 'HentaiLA'
extClass = '.Hentaila' extClass = '.Hentaila'
extVersionCode = 22 extVersionCode = 23
isNsfw = true isNsfw = true
} }

View File

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

View File

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

View File

@ -3,7 +3,7 @@ ext {
extClass = '.FrenchAnime' extClass = '.FrenchAnime'
themePkg = 'datalifeengine' themePkg = 'datalifeengine'
baseUrl = 'https://french-anime.com' baseUrl = 'https://french-anime.com'
overrideVersionCode = 5 overrideVersionCode = 6
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Wiflix' extClass = '.Wiflix'
themePkg = 'datalifeengine' themePkg = 'datalifeengine'
baseUrl = 'https://wiflix.voto' baseUrl = 'https://wiflix.voto'
overrideVersionCode = 4 overrideVersionCode = 5
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -3,7 +3,7 @@ ext {
extClass = '.PiFansubs' extClass = '.PiFansubs'
themePkg = 'dooplay' themePkg = 'dooplay'
baseUrl = 'https://pifansubs.club' baseUrl = 'https://pifansubs.club'
overrideVersionCode = 18 overrideVersionCode = 19
isNsfw = true isNsfw = true
} }