fix(pt/anitube): Fixed pt/Anitube source (fix #695) (#697)

This commit is contained in:
WebDitto 2025-02-20 21:36:13 -03:00 committed by GitHub
parent c8733e6195
commit ee23fc1e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

View file

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