diff --git a/src/pt/unionmangas/build.gradle b/src/pt/unionmangas/build.gradle index 22f0a4ffd..5f2a371fa 100644 --- a/src/pt/unionmangas/build.gradle +++ b/src/pt/unionmangas/build.gradle @@ -5,8 +5,8 @@ ext { appName = 'Tachiyomi: Union Mangás' pkgNameSuffix = 'pt.unionmangas' extClass = '.UnionMangas' - extVersionCode = 1 - extVersionSuffix = 1 + extVersionCode = 2 + extVersionSuffix = 2 libVersion = '1.2' } diff --git a/src/pt/unionmangas/res/mipmap-hdpi/ic_launcher.png b/src/pt/unionmangas/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..d1917b88c Binary files /dev/null and b/src/pt/unionmangas/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/pt/unionmangas/res/mipmap-mdpi/ic_launcher.png b/src/pt/unionmangas/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..883bc682a Binary files /dev/null and b/src/pt/unionmangas/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/pt/unionmangas/res/mipmap-xhdpi/ic_launcher.png b/src/pt/unionmangas/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..987b15e5b Binary files /dev/null and b/src/pt/unionmangas/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/pt/unionmangas/res/mipmap-xxhdpi/ic_launcher.png b/src/pt/unionmangas/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..4e59e9a3f Binary files /dev/null and b/src/pt/unionmangas/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/pt/unionmangas/res/mipmap-xxxhdpi/ic_launcher.png b/src/pt/unionmangas/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..38fc7c58e Binary files /dev/null and b/src/pt/unionmangas/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/pt/unionmangas/res/web_hi_res_512.png b/src/pt/unionmangas/res/web_hi_res_512.png new file mode 100644 index 000000000..dd757c790 Binary files /dev/null and b/src/pt/unionmangas/res/web_hi_res_512.png differ diff --git a/src/pt/unionmangas/src/eu/kanade/tachiyomi/extension/pt/unionmangas/UnionMangas.kt b/src/pt/unionmangas/src/eu/kanade/tachiyomi/extension/pt/unionmangas/UnionMangas.kt index 8901fc923..fa0d42b31 100644 --- a/src/pt/unionmangas/src/eu/kanade/tachiyomi/extension/pt/unionmangas/UnionMangas.kt +++ b/src/pt/unionmangas/src/eu/kanade/tachiyomi/extension/pt/unionmangas/UnionMangas.kt @@ -16,7 +16,7 @@ class UnionMangas : ParsedHttpSource() { override val name = "Union Mangás" - override val baseUrl = "http://unionmangas.cc" + override val baseUrl = "http://unionmangas.site" override val lang = "pt" @@ -34,7 +34,7 @@ class UnionMangas : ParsedHttpSource() { private val catalogHeaders = Headers.Builder().apply { add("User-Agent", "Mozilla/5.0 (Windows NT 6.3; WOW64)") - add("Host", "unionmangas.cc") + add("Host", "unionmangas.site") add("Referer", baseUrl) }.build() @@ -161,4 +161,4 @@ class UnionMangas : ParsedHttpSource() { } override fun imageUrlParse(document: Document) = "" -} \ No newline at end of file +}