Skip to content

Commit

Permalink
Mangakoma: Update url manga koma (#6720)
Browse files Browse the repository at this point in the history
update url manga koma
  • Loading branch information
Hellkaros authored Dec 22, 2024
1 parent 58654f9 commit fc7747c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ja/mangakoma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Manga Koma'
extClass = '.MangaKoma'
themePkg = 'liliana'
baseUrl = 'https://mangakoma01.net'
overrideVersionCode = 0
baseUrl = 'https://mangakoma01.com'
overrideVersionCode = 1
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package eu.kanade.tachiyomi.extension.ja.mangakoma

import eu.kanade.tachiyomi.multisrc.liliana.Liliana

class MangaKoma : Liliana("Manga Koma", "https://mangakoma01.net", "ja")
class MangaKoma : Liliana("Manga Koma", "https://mangakoma01.com", "ja")

0 comments on commit fc7747c

Please sign in to comment.