Manga Pro: Fix API URL typo (#10486)

* Manga Pro: Bump versionCode

* Manga Pro: Fix API URL typo
This commit is contained in:
Smol Ame 2025-09-13 06:03:45 -08:00 committed by Draff
parent f3835ed243
commit 582848455c
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.MangaPro' extClass = '.MangaPro'
themePkg = 'iken' themePkg = 'iken'
baseUrl = 'https://promanga.net' baseUrl = 'https://promanga.net'
overrideVersionCode = 30 overrideVersionCode = 31
isNsfw = false isNsfw = false
} }

View File

@ -6,7 +6,7 @@ class MangaPro : Iken(
"Manga Pro", "Manga Pro",
"ar", "ar",
"https://promanga.net", "https://promanga.net",
"https:/api.promanga.net", "https://api.promanga.net",
) { ) {
override val versionId = 4 override val versionId = 4
} }