From 956a7d0a2a29346e5cbd31443f3e54b394e5cad8 Mon Sep 17 00:00:00 2001 From: Ankit SIngh Date: Tue, 5 Mar 2019 17:43:42 +0530 Subject: [PATCH] Res file name fix (#870) Res file name fix (E-Hentai --- src/all/ehentai/build.gradle | 2 +- .../mipmap-hdpi/{ic_laucher.png => ic_launcher.png} | Bin .../mipmap-mdpi/{ic_laucher.png => ic_launcher.png} | Bin .../{ic_laucher.png => ic_launcher.png} | Bin .../{ic_laucher.png => ic_launcher.png} | Bin .../{ic_laucher.png => ic_launcher.png} | Bin 6 files changed, 1 insertion(+), 1 deletion(-) rename src/all/ehentai/res/mipmap-hdpi/{ic_laucher.png => ic_launcher.png} (100%) rename src/all/ehentai/res/mipmap-mdpi/{ic_laucher.png => ic_launcher.png} (100%) rename src/all/ehentai/res/mipmap-xhdpi/{ic_laucher.png => ic_launcher.png} (100%) rename src/all/ehentai/res/mipmap-xxhdpi/{ic_laucher.png => ic_launcher.png} (100%) rename src/all/ehentai/res/mipmap-xxxhdpi/{ic_laucher.png => ic_launcher.png} (100%) 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