parent
9a7eaafc20
commit
c9010a0167
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Komiku.com'
|
extName = 'Komiku.com'
|
||||||
extClass = '.KomikuCom'
|
extClass = '.KomikuCom'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://komiku.com'
|
baseUrl = 'https://komiku.one'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -4,4 +4,4 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class KomikuCom : MangaThemesia("Komiku.com", "https://komiku.com", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")))
|
class KomikuCom : MangaThemesia("Komiku.com", "https://komiku.one", "id", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")))
|
||||||
|
|
Loading…
Reference in New Issue