fix(pt/Anitube): Added option to disable File4Go mirror (#309)

This commit is contained in:
WebDitto 2024-10-17 16:37:33 -03:00 committed by GitHub
parent 694a8b4aba
commit 2eac326793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 14 deletions

View file

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