Little Tyrant: Remove www.
from baseUrl (#9720)
* Little Tyrant: Bump versionCode * Little Tyrant: Remove `www.` from baseUrl
This commit is contained in:
parent
8bd625d00b
commit
143e964708
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Little Tyrant'
|
extName = 'Little Tyrant'
|
||||||
extClass = '.LittleTyrant'
|
extClass = '.LittleTyrant'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://www.tiraninha.baby'
|
baseUrl = 'https://tiraninha.baby'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class LittleTyrant : Madara(
|
class LittleTyrant : Madara(
|
||||||
"Little Tyrant",
|
"Little Tyrant",
|
||||||
"https://www.tiraninha.baby",
|
"https://tiraninha.baby",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
dateFormat = SimpleDateFormat("MMM dd, yyyy", Locale("pt", "BR")),
|
dateFormat = SimpleDateFormat("MMM dd, yyyy", Locale("pt", "BR")),
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user