[AnimeOwl] fix: Video list + Episode list (#856)

This commit is contained in:
Khaled 2025-03-31 14:54:05 +06:00 committed by GitHub
parent a64dae4b23
commit 955fbed018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 22 deletions

View file

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