diff --git a/src/id/manhwadesu/build.gradle b/src/id/manhwadesu/build.gradle index 947d88e5a..d4d9a4bc3 100644 --- a/src/id/manhwadesu/build.gradle +++ b/src/id/manhwadesu/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'ManhwaDesu' extClass = '.ManhwaDesu' themePkg = 'mangathemesia' - baseUrl = 'https://manhwadesu.my' - overrideVersionCode = 6 + baseUrl = 'https://manhwadesu.ws' + overrideVersionCode = 7 isNsfw = true } diff --git a/src/id/manhwadesu/res/mipmap-hdpi/ic_launcher.png b/src/id/manhwadesu/res/mipmap-hdpi/ic_launcher.png index 470f4b966..8800f1176 100644 Binary files a/src/id/manhwadesu/res/mipmap-hdpi/ic_launcher.png and b/src/id/manhwadesu/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/id/manhwadesu/res/mipmap-mdpi/ic_launcher.png b/src/id/manhwadesu/res/mipmap-mdpi/ic_launcher.png index 6b957f46a..3c86ce0e7 100644 Binary files a/src/id/manhwadesu/res/mipmap-mdpi/ic_launcher.png and b/src/id/manhwadesu/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/id/manhwadesu/res/mipmap-xhdpi/ic_launcher.png b/src/id/manhwadesu/res/mipmap-xhdpi/ic_launcher.png index 0da65400f..3ed80fc6b 100644 Binary files a/src/id/manhwadesu/res/mipmap-xhdpi/ic_launcher.png and b/src/id/manhwadesu/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/id/manhwadesu/res/mipmap-xxhdpi/ic_launcher.png b/src/id/manhwadesu/res/mipmap-xxhdpi/ic_launcher.png index bd0d52c3e..5916e39bd 100644 Binary files a/src/id/manhwadesu/res/mipmap-xxhdpi/ic_launcher.png and b/src/id/manhwadesu/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/id/manhwadesu/res/mipmap-xxxhdpi/ic_launcher.png b/src/id/manhwadesu/res/mipmap-xxxhdpi/ic_launcher.png index 993ea8ca8..3fce500ca 100644 Binary files a/src/id/manhwadesu/res/mipmap-xxxhdpi/ic_launcher.png and b/src/id/manhwadesu/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/id/manhwadesu/src/eu/kanade/tachiyomi/extension/id/manhwadesu/ManhwaDesu.kt b/src/id/manhwadesu/src/eu/kanade/tachiyomi/extension/id/manhwadesu/ManhwaDesu.kt index bbe29f150..53eacc4ad 100644 --- a/src/id/manhwadesu/src/eu/kanade/tachiyomi/extension/id/manhwadesu/ManhwaDesu.kt +++ b/src/id/manhwadesu/src/eu/kanade/tachiyomi/extension/id/manhwadesu/ManhwaDesu.kt @@ -9,7 +9,7 @@ import java.util.Locale class ManhwaDesu : MangaThemesia( "ManhwaDesu", - "https://manhwadesu.my", + "https://manhwadesu.ws", "id", "/komik", SimpleDateFormat("MMMM dd, yyyy", Locale("id")),