move some source files to standard location (#7247)

* move files to standard locations

* format

* package

* lint
This commit is contained in:
AwkwardPeak7 2025-01-19 13:40:47 +05:00 committed by Draff
parent efc7e0f088
commit 99c85784e3
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
10 changed files with 16 additions and 6 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.MangasScans'
themePkg = 'mangathemesia'
baseUrl = 'https://mangas-scans.com'
overrideVersionCode = 0
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -4,4 +4,9 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangasScans : MangaThemesia("Mangas Scans", "https://mangas-scans.com", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))
class MangasScans : MangaThemesia(
"Mangas Scans",
"https://mangas-scans.com",
"fr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH),
)

View File

@ -3,7 +3,7 @@ ext {
extClass = '.RimuScans'
themePkg = 'mangathemesia'
baseUrl = 'https://rimuscans.fr'
overrideVersionCode = 0
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -4,4 +4,9 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class RimuScans : MangaThemesia("Rimu Scans", "https://rimuscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))
class RimuScans : MangaThemesia(
"Rimu Scans",
"https://rimuscans.fr",
"fr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH),
)

View File

@ -3,7 +3,7 @@ ext {
extClass = '.SoftEpsilonScan'
themePkg = 'madara'
baseUrl = 'https://epsilonsoft.to'
overrideVersionCode = 1
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -3,7 +3,7 @@ ext {
extClass = '.YaoiScan'
themePkg = 'mangathemesia'
baseUrl = 'https://yaoiscan.fr'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}