Fix(es/AnimeFenix): Fix AnimeFenix. (#320)

Co-authored-by: Wanaldino <wanaldino@gmail.com>
This commit is contained in:
Wanaldino Antimonio 2024-10-22 23:03:29 +02:00 committed by GitHub
parent 4dc9e2e2ec
commit 992d85f0e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 13 deletions

View file

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