fix(src/en): Fix AnimeOwl (#241)

Closes #199
This commit is contained in:
imper1aldev 2024-09-14 19:56:41 -06:00 committed by GitHub
parent 5e0d900321
commit c6ad6636ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 50 additions and 55 deletions

View file

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