diff --git a/src/en/myshojo/build.gradle b/src/en/myshojo/build.gradle new file mode 100644 index 000000000..7f71e8333 --- /dev/null +++ b/src/en/myshojo/build.gradle @@ -0,0 +1,10 @@ +ext { + extName = 'MyShojo' + extClass = '.MyShojo' + themePkg = 'mangathemesia' + baseUrl = 'https://myshojo.com' + overrideVersionCode = 0 + isNsfw = true +} + +apply from: "$rootDir/common.gradle" diff --git a/src/en/myshojo/res/mipmap-hdpi/ic_launcher.png b/src/en/myshojo/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..ba8e47c2f Binary files /dev/null and b/src/en/myshojo/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/myshojo/res/mipmap-mdpi/ic_launcher.png b/src/en/myshojo/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..a87176d17 Binary files /dev/null and b/src/en/myshojo/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/myshojo/res/mipmap-xhdpi/ic_launcher.png b/src/en/myshojo/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..b8b46e8a3 Binary files /dev/null and b/src/en/myshojo/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/myshojo/res/mipmap-xxhdpi/ic_launcher.png b/src/en/myshojo/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..d5865f8f0 Binary files /dev/null and b/src/en/myshojo/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/myshojo/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/myshojo/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..6ba96f2ff Binary files /dev/null and b/src/en/myshojo/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/myshojo/src/eu/kanade/tachiyomi/extension/en/myshojo/MyShojo.kt b/src/en/myshojo/src/eu/kanade/tachiyomi/extension/en/myshojo/MyShojo.kt new file mode 100644 index 000000000..0cfec29b1 --- /dev/null +++ b/src/en/myshojo/src/eu/kanade/tachiyomi/extension/en/myshojo/MyShojo.kt @@ -0,0 +1,5 @@ +package eu.kanade.tachiyomi.extension.en.myshojo + +import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia + +class MyShojo : MangaThemesia("MyShojo", "https://myshojo.com", "en")