parent
9a7eaafc20
commit
c9010a0167
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Komiku.com'
|
||||
extClass = '.KomikuCom'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://komiku.com'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://komiku.one'
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -4,4 +4,4 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
|||
import java.text.SimpleDateFormat
|
||||
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