fix(all/chineseanime): Bump version code

Due to mistiming a library change
This commit is contained in:
jmir1 2024-03-11 10:51:11 +01:00 committed by GitHub
parent ac22fc58e7
commit 6f85b879ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ChineseAnime' extClass = '.ChineseAnime'
themePkg = 'animestream' themePkg = 'animestream'
baseUrl = 'https://www.chineseanime.vip' baseUrl = 'https://www.chineseanime.vip'
overrideVersionCode = 6 overrideVersionCode = 7
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"