Fix a bug with mangasee intent filter (#12886)
This commit is contained in:
parent
c9f383c8af
commit
5d8494e775
|
@ -16,7 +16,7 @@
|
|||
|
||||
<data
|
||||
android:host="mangasee123.com"
|
||||
android:pathPattern="/manga/*"
|
||||
android:pathPattern="/manga/..*"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
|
|
@ -12,7 +12,7 @@ class NepNepGenerator : ThemeSourceGenerator {
|
|||
override val baseVersionCode: Int = 11
|
||||
|
||||
override val sources = listOf(
|
||||
SingleLang("MangaSee", "https://mangasee123.com", "en", overrideVersionCode = 21),
|
||||
SingleLang("MangaSee", "https://mangasee123.com", "en", overrideVersionCode = 22),
|
||||
SingleLang("MangaLife", "https://manga4life.com", "en", overrideVersionCode = 16),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue