fix(pt/anitube): Fixed pt/Anitube source (fix #469,#494) (#495)

This commit is contained in:
WebDitto 2025-01-07 22:32:13 -03:00 committed by GitHub
parent 5a872a9116
commit 695854722a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 9 deletions

View file

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