Mangadex: add CC domain to be opened directly. (#2015)

Mangadex: add CC domain to be opened directly.
This commit is contained in:
ZaneHannanAU 2020-01-08 22:23:16 +10:00 committed by arkon
parent 752bfe1c8f
commit 701cb74b2f
2 changed files with 9 additions and 1 deletions

View File

@ -17,6 +17,14 @@
android:scheme="https" android:scheme="https"
android:host="mangadex.org" android:host="mangadex.org"
android:pathPattern="/manga/..*" /> android:pathPattern="/manga/..*" />
<data
android:scheme="https"
android:host="mangadex.cc"
android:pathPattern="/title/..*" />
<data
android:scheme="https"
android:host="mangadex.cc"
android:pathPattern="/manga/..*" />
</intent-filter> </intent-filter>
</activity> </activity>
</application> </application>

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaDex' appName = 'Tachiyomi: MangaDex'
pkgNameSuffix = 'all.mangadex' pkgNameSuffix = 'all.mangadex'
extClass = '.MangadexFactory' extClass = '.MangadexFactory'
extVersionCode = 75 extVersionCode = 76
libVersion = '1.2' libVersion = '1.2'
} }