MReader: renamed extension from mcreader.net (#14758)

This commit is contained in:
Davide 2023-01-03 00:19:44 +01:00 committed by GitHub
parent 230fa8bae9
commit b325c8b62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'mcreader.net'
extName = 'MReader'
pkgNameSuffix = 'en.mangarawclub'
extClass = '.MangaRawClub'
extVersionCode = 16
extVersionCode = 17
isNsfw = true
}

View File

@ -20,7 +20,7 @@ import java.util.concurrent.TimeUnit
class MangaRawClub : ParsedHttpSource() {
override val id = 734865402529567092
override val name = "mcreader.net"
override val name = "MReader"
override val baseUrl = "https://www.mreader.co"
override val lang = "en"
override val supportsLatest = true