Bump AnimePahe extVersionCode to 30 for improved episode sorting and numbering

This commit is contained in:
Thinker 2025-04-06 02:08:50 +05:30 committed by GitHub
parent b1446b5f73
commit 08852e0e61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
ext { ext {
extName = 'AnimePahe' extName = 'AnimePahe'
extClass = '.AnimePahe' extClass = '.AnimePahe'
extVersionCode = 29 extVersionCode = 30
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"
dependencies { dependencies {
implementation(libs.jsunpacker) implementation(libs.jsunpacker)
} }