fix(pt/anitube): Fixed pt/Anitube sources (fix #141) (#155)

This commit is contained in:
WebDitto 2024-08-17 16:15:18 -03:00 committed by GitHub
parent 3ed674a201
commit 7e7aa7da3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 4 deletions

View file

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