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'
|
extClass = '.MangasScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://mangas-scans.com'
|
baseUrl = 'https://mangas-scans.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -4,4 +4,9 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
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'
|
extClass = '.RimuScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://rimuscans.fr'
|
baseUrl = 'https://rimuscans.fr'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -4,4 +4,9 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
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'
|
extClass = '.SoftEpsilonScan'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://epsilonsoft.to'
|
baseUrl = 'https://epsilonsoft.to'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.YaoiScan'
|
extClass = '.YaoiScan'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://yaoiscan.fr'
|
baseUrl = 'https://yaoiscan.fr'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue