YaoiLib: fix UrlActivity (#2082)

This commit is contained in:
Vetle Ledaal 2024-03-25 08:22:13 +00:00 committed by Draff
parent bc12176199
commit 23815a1ee1
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<!-- LibUrlActivity sites can be added here. --> <!-- LibUrlActivity sites can be added here. -->
<data <data
android:host="v1.slashlib.me" android:host="v2.slashlib.me"
android:pathPattern="/..*/v..*" android:pathPattern="/..*/v..*"
android:scheme="https" /> android:scheme="https" />
</intent-filter> </intent-filter>

View File

@ -3,7 +3,7 @@ ext {
extClass = '.YaoiLib' extClass = '.YaoiLib'
themePkg = 'libgroup' themePkg = 'libgroup'
baseUrl = 'https://v2.slashlib.me' baseUrl = 'https://v2.slashlib.me'
overrideVersionCode = 3 overrideVersionCode = 4
isNsfw = true isNsfw = true
} }