diff --git a/src/en/manhwaclan/build.gradle b/src/en/manhwaclan/build.gradle index e1a99db9a..2ec410d81 100644 --- a/src/en/manhwaclan/build.gradle +++ b/src/en/manhwaclan/build.gradle @@ -3,7 +3,8 @@ ext { extClass = '.ManhwaClan' themePkg = 'madara' baseUrl = 'https://manhwaclan.com' - overrideVersionCode = 1 + overrideVersionCode = 2 + isNsfw = true } apply from: "$rootDir/common.gradle" diff --git a/src/en/manhwaclan/res/mipmap-hdpi/ic_launcher.png b/src/en/manhwaclan/res/mipmap-hdpi/ic_launcher.png index d27cb710d..0cef911a4 100644 Binary files a/src/en/manhwaclan/res/mipmap-hdpi/ic_launcher.png and b/src/en/manhwaclan/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/manhwaclan/res/mipmap-mdpi/ic_launcher.png b/src/en/manhwaclan/res/mipmap-mdpi/ic_launcher.png index ab04fadd6..47dcbd6de 100644 Binary files a/src/en/manhwaclan/res/mipmap-mdpi/ic_launcher.png and b/src/en/manhwaclan/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/manhwaclan/res/mipmap-xhdpi/ic_launcher.png b/src/en/manhwaclan/res/mipmap-xhdpi/ic_launcher.png index 84b3a60b6..9af708808 100644 Binary files a/src/en/manhwaclan/res/mipmap-xhdpi/ic_launcher.png and b/src/en/manhwaclan/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/manhwaclan/res/mipmap-xxhdpi/ic_launcher.png b/src/en/manhwaclan/res/mipmap-xxhdpi/ic_launcher.png index 8c561ab98..a2f60c9f1 100644 Binary files a/src/en/manhwaclan/res/mipmap-xxhdpi/ic_launcher.png and b/src/en/manhwaclan/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/manhwaclan/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/manhwaclan/res/mipmap-xxxhdpi/ic_launcher.png index 28c88f347..7f2acb1b3 100644 Binary files a/src/en/manhwaclan/res/mipmap-xxxhdpi/ic_launcher.png and b/src/en/manhwaclan/res/mipmap-xxxhdpi/ic_launcher.png differ