parent
ceb13d67d9
commit
a0d504b109
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.ShijieScans'
|
extClass = '.ShijieScans'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://shijiescans.com'
|
baseUrl = 'https://shijiescans.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -8,5 +8,6 @@ class ShijieScans : MangaThemesia(
|
||||||
"Shijie Scans",
|
"Shijie Scans",
|
||||||
"https://shijiescans.com",
|
"https://shijiescans.com",
|
||||||
"tr",
|
"tr",
|
||||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("tr")),
|
"/seri",
|
||||||
|
SimpleDateFormat("MMM d, yyy", Locale("tr")),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue