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