Fix(en/AniPlay): Update source (#206)

This commit is contained in:
Dark25 2024-09-02 12:28:49 +01:00 committed by GitHub
parent 7a71a9d6fd
commit ffb39ec544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 413 additions and 55 deletions

View file

@ -2,7 +2,7 @@ ext {
extName = 'AniPlay'
extClass = '.AniPlay'
themePkg = 'anilist'
overrideVersionCode = 1
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"