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:
bapeey 2024-06-02 01:48:13 -05:00 committed by Draff
parent c2ffc63cc4
commit 8a8f22583b
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 {