LuraToon: Update domain (#3117)

Update domain
This commit is contained in:
Chopper 2024-05-19 05:17:29 -03:00 committed by Draff
parent 5c9980dec9
commit 065c277c40
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.LuraToon'
themePkg = 'peachscan'
baseUrl = 'https://luratoon.com'
overrideVersionCode = 40
overrideVersionCode = 41
}
apply from: "$rootDir/common.gradle"

View File

@ -16,7 +16,7 @@ import uy.kohesive.injekt.api.get
class LuraToon :
PeachScan(
"Lura Toon",
"https://luratoon.com",
"https://lura-toons.com",
"pt-BR",
),
ConfigurableSource {