fix(pt/betteranime): Fixed pt/BetterAnime source (fix #222) (#229)

This commit is contained in:
WebDitto 2024-09-11 09:18:56 -03:00 committed by GitHub
parent f51281871a
commit 6dc7b288e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Better Anime'
extClass = '.BetterAnime'
extVersionCode = 11
extVersionCode = 12
}
apply from: "$rootDir/common.gradle"