fix(pt/animesgratis): Change domain/name for pt/Bakashi to pt/Q1N (#439)

This commit is contained in:
WebDitto 2024-12-19 18:06:23 -03:00 committed by GitHub
parent 8a5a2221c7
commit f4d837083e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 69 additions and 19 deletions

View file

@ -1,9 +1,9 @@
ext {
extName = 'Bakashi'
extClass = '.Bakashi'
extName = 'Q1N'
extClass = '.Q1N'
themePkg = 'dooplay'
baseUrl = 'https://bakashi.tv'
overrideVersionCode = 14
baseUrl = 'https://q1n.net'
overrideVersionCode = 15
}
apply from: "$rootDir/common.gradle"