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'
|
extName = 'Lura Toon'
|
||||||
extClass = '.LuraToon'
|
extClass = '.LuraToon'
|
||||||
themePkg = 'peachscan'
|
themePkg = 'peachscan'
|
||||||
baseUrl = 'https://lura-toons.com'
|
baseUrl = 'https://luratoons.com'
|
||||||
overrideVersionCode = 42
|
overrideVersionCode = 43
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -16,7 +16,7 @@ import uy.kohesive.injekt.api.get
|
||||||
class LuraToon :
|
class LuraToon :
|
||||||
PeachScan(
|
PeachScan(
|
||||||
"Lura Toon",
|
"Lura Toon",
|
||||||
"https://lura-toons.com",
|
"https://luratoons.com",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
),
|
),
|
||||||
ConfigurableSource {
|
ConfigurableSource {
|
||||||
|
|
Loading…
Reference in New Issue