move some source files to standard location (#7247)
* move files to standard locations * format * package * lint
This commit is contained in:
parent
efc7e0f088
commit
99c85784e3
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.MangasScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://mangas-scans.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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),
|
||||
)
|
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.RimuScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://rimuscans.fr'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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),
|
||||
)
|
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.SoftEpsilonScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://epsilonsoft.to'
|
||||
overrideVersionCode = 1
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.YaoiScan'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://yaoiscan.fr'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue