fix(pt/animesgratis): Fixed episode parser for films

This commit is contained in:
WebDitto 2024-06-30 16:57:14 -03:00
parent cdbfbdca30
commit 0f2003ad3c
2 changed files with 37 additions and 6 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.Bakashi'
themePkg = 'dooplay'
baseUrl = 'https://bakashi.tv'
overrideVersionCode = 10
overrideVersionCode = 11
}
apply from: "$rootDir/common.gradle"