diff --git a/src/en/thepropertyofhate/build.gradle b/src/en/thepropertyofhate/build.gradle index 2706d9165..fa9c63ce5 100644 --- a/src/en/thepropertyofhate/build.gradle +++ b/src/en/thepropertyofhate/build.gradle @@ -5,7 +5,7 @@ ext { extName = 'The Property of Hate' pkgNameSuffix = 'en.thepropertyofhate' extClass = '.ThePropertyOfHate' - extVersionCode = 1 + extVersionCode = 2 libVersion = '1.2' } diff --git a/src/en/thepropertyofhate/res/mipmap-hdpi/ic_launcher.png b/src/en/thepropertyofhate/res/mipmap-hdpi/ic_launcher.png index 82499db30..ad459b8f9 100644 Binary files a/src/en/thepropertyofhate/res/mipmap-hdpi/ic_launcher.png and b/src/en/thepropertyofhate/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/thepropertyofhate/res/mipmap-mdpi/ic_launcher.png b/src/en/thepropertyofhate/res/mipmap-mdpi/ic_launcher.png index c43314817..3fdd2df83 100644 Binary files a/src/en/thepropertyofhate/res/mipmap-mdpi/ic_launcher.png and b/src/en/thepropertyofhate/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/thepropertyofhate/res/mipmap-xhdpi/ic_launcher.png b/src/en/thepropertyofhate/res/mipmap-xhdpi/ic_launcher.png index 23bccac87..def3562c5 100644 Binary files a/src/en/thepropertyofhate/res/mipmap-xhdpi/ic_launcher.png and b/src/en/thepropertyofhate/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/thepropertyofhate/res/mipmap-xxhdpi/ic_launcher.png b/src/en/thepropertyofhate/res/mipmap-xxhdpi/ic_launcher.png index 72d0da8ed..2f37d6846 100644 Binary files a/src/en/thepropertyofhate/res/mipmap-xxhdpi/ic_launcher.png and b/src/en/thepropertyofhate/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/thepropertyofhate/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/thepropertyofhate/res/mipmap-xxxhdpi/ic_launcher.png index dcb9ab07a..37c14e0c7 100644 Binary files a/src/en/thepropertyofhate/res/mipmap-xxxhdpi/ic_launcher.png and b/src/en/thepropertyofhate/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/thepropertyofhate/res/web_hi_res_512.png b/src/en/thepropertyofhate/res/web_hi_res_512.png index 412b9942f..0f6c1479e 100644 Binary files a/src/en/thepropertyofhate/res/web_hi_res_512.png and b/src/en/thepropertyofhate/res/web_hi_res_512.png differ diff --git a/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt b/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt index 60b56223a..4145ca3e5 100644 --- a/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt +++ b/src/en/thepropertyofhate/src/eu/kanade/tachiyomi/extension/en/thepropertyofhate/ThePropertyOfHate.kt @@ -32,7 +32,7 @@ class ThePropertyOfHate : HttpSource() { fun manga(): SManga { return SManga.create().apply { title = "The Property of Hate" - thumbnail_url = "https://dummyimage.com/768x994/000/ffffff.jpg&text=$title" // the comic has no real cover + thumbnail_url = "https://pbs.twimg.com/media/DOBCcMiWkAA8Hvu.jpg" artist = "Sarah Jolley" author = "Sarah Jolley" status = SManga.UNKNOWN