diff --git a/src/en/mangagojo/build.gradle b/src/en/mangagojo/build.gradle new file mode 100644 index 000000000..1aef834e9 --- /dev/null +++ b/src/en/mangagojo/build.gradle @@ -0,0 +1,10 @@ +ext { + extName = 'MangaGojo' + extClass = '.MangaGojo' + themePkg = 'mangathemesia' + baseUrl = 'https://mangagojo.com' + overrideVersionCode = 0 + isNsfw = true +} + +apply from: "$rootDir/common.gradle" diff --git a/src/en/mangagojo/res/mipmap-hdpi/ic_launcher.png b/src/en/mangagojo/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..5982683ba Binary files /dev/null and b/src/en/mangagojo/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/mangagojo/res/mipmap-mdpi/ic_launcher.png b/src/en/mangagojo/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..71ba05723 Binary files /dev/null and b/src/en/mangagojo/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/mangagojo/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangagojo/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..15f65ab71 Binary files /dev/null and b/src/en/mangagojo/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/mangagojo/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangagojo/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..d0859cd16 Binary files /dev/null and b/src/en/mangagojo/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/mangagojo/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangagojo/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..6db330531 Binary files /dev/null and b/src/en/mangagojo/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/mangagojo/src/eu/kanade/tachiyomi/extension/en/mangagojo/MangaGojo.kt b/src/en/mangagojo/src/eu/kanade/tachiyomi/extension/en/mangagojo/MangaGojo.kt new file mode 100644 index 000000000..38dae0141 --- /dev/null +++ b/src/en/mangagojo/src/eu/kanade/tachiyomi/extension/en/mangagojo/MangaGojo.kt @@ -0,0 +1,9 @@ +package eu.kanade.tachiyomi.extension.en.mangagojo + +import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia + +class MangaGojo : MangaThemesia( + "MangaGojo", + "https://mangagojo.com", + "en", +)