fix(pt/anitube): Fixed pt/Anitube source (#799) (fix #728)

This commit is contained in:
WebDitto 2025-03-08 15:57:51 -03:00 committed by GitHub
parent 8f42c60765
commit 36a21da8c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 115 additions and 53 deletions

View file

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