Comikey fix (#8296)
* Fix typo in Comikey Second set of intent filters should be for `www.comikey.com`, was accidentally just a duplicate of the first set. * Pump Comikey version number
This commit is contained in:
parent
02393522b5
commit
e0e24f149f
@ -23,14 +23,14 @@
|
||||
android:scheme="https" />
|
||||
|
||||
<data
|
||||
android:host="comikey.com"
|
||||
android:host="www.comikey.com"
|
||||
android:pathPattern="/comics/..*"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="comikey.com"
|
||||
android:host="www.comikey.com"
|
||||
android:pathPattern="/read/..*"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
@ -6,7 +6,7 @@ ext {
|
||||
extName = 'Comikey'
|
||||
pkgNameSuffix = 'en.comikey'
|
||||
extClass = '.Comikey'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user