EZmanga: Update domain and icons (#4052)
* Update domain * Update icons
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'EZmanga'
|
extName = 'EZmanga'
|
||||||
extClass = '.EZmanga'
|
extClass = '.EZmanga'
|
||||||
themePkg = 'keyoapp'
|
themePkg = 'keyoapp'
|
||||||
baseUrl = 'https://ezmanga.net'
|
baseUrl = 'https://ezmanga.org'
|
||||||
overrideVersionCode = 34
|
overrideVersionCode = 35
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 29 KiB |
|
@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||||
|
|
||||||
class EZmanga : Keyoapp(
|
class EZmanga : Keyoapp(
|
||||||
"EZmanga",
|
"EZmanga",
|
||||||
"https://ezmanga.net",
|
"https://ezmanga.org",
|
||||||
"en",
|
"en",
|
||||||
) {
|
) {
|
||||||
// Migrated from Madara to Keyoapp
|
// Migrated from Madara to Keyoapp
|
||||||
|
|