diff --git a/src/all/ehentai/build.gradle b/src/all/ehentai/build.gradle index 7655940c8..80c52410c 100644 --- a/src/all/ehentai/build.gradle +++ b/src/all/ehentai/build.gradle @@ -5,7 +5,7 @@ ext { appName = 'Tachiyomi: E-Hentai' pkgNameSuffix = 'all.ehentai' extClass = '.EHJapanese; .EHEnglish; .EHChinese; .EHDutch; .EHFrench; .EHGerman; .EHHungarian; .EHItalian; .EHKorean; .EHPolish; .EHPolish; .EHPortuguese; .EHRussian; .EHSpanish; .EHThai; .EHVietnamese; .EHSpeechless; .EHOther' - extVersionCode = 1 + extVersionCode = 2 libVersion = '1.2' } diff --git a/src/all/ehentai/res/mipmap-hdpi/ic_laucher.png b/src/all/ehentai/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from src/all/ehentai/res/mipmap-hdpi/ic_laucher.png rename to src/all/ehentai/res/mipmap-hdpi/ic_launcher.png diff --git a/src/all/ehentai/res/mipmap-mdpi/ic_laucher.png b/src/all/ehentai/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from src/all/ehentai/res/mipmap-mdpi/ic_laucher.png rename to src/all/ehentai/res/mipmap-mdpi/ic_launcher.png diff --git a/src/all/ehentai/res/mipmap-xhdpi/ic_laucher.png b/src/all/ehentai/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from src/all/ehentai/res/mipmap-xhdpi/ic_laucher.png rename to src/all/ehentai/res/mipmap-xhdpi/ic_launcher.png diff --git a/src/all/ehentai/res/mipmap-xxhdpi/ic_laucher.png b/src/all/ehentai/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from src/all/ehentai/res/mipmap-xxhdpi/ic_laucher.png rename to src/all/ehentai/res/mipmap-xxhdpi/ic_launcher.png diff --git a/src/all/ehentai/res/mipmap-xxxhdpi/ic_laucher.png b/src/all/ehentai/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from src/all/ehentai/res/mipmap-xxxhdpi/ic_laucher.png rename to src/all/ehentai/res/mipmap-xxxhdpi/ic_launcher.png