LuraToon: Update domain (#3330)
Coauthor for the intention Co-authored-by: Smol Ame <155411819+Smol-Ame@users.noreply.github.com>
This commit is contained in:
parent
c2ffc63cc4
commit
8a8f22583b
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Lura Toon'
|
||||
extClass = '.LuraToon'
|
||||
themePkg = 'peachscan'
|
||||
baseUrl = 'https://lura-toons.com'
|
||||
overrideVersionCode = 42
|
||||
baseUrl = 'https://luratoons.com'
|
||||
overrideVersionCode = 43
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -16,7 +16,7 @@ import uy.kohesive.injekt.api.get
|
|||
class LuraToon :
|
||||
PeachScan(
|
||||
"Lura Toon",
|
||||
"https://lura-toons.com",
|
||||
"https://luratoons.com",
|
||||
"pt-BR",
|
||||
),
|
||||
ConfigurableSource {
|
||||
|
|
Loading…
Reference in New Issue