fix(pt/animesgratis): Fixed Q1N video source for MDPLAYER (#829)

This commit is contained in:
WebDitto 2025-03-15 15:28:33 -03:00 committed by GitHub
parent 36a21da8c9
commit 5565e05801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.Q1N'
themePkg = 'dooplay'
baseUrl = 'https://q1n.net'
overrideVersionCode = 17
overrideVersionCode = 18
}
apply from: "$rootDir/common.gradle"