Manga Pro: Use API URL (#10399)

* Manga Pro: Bump versionCode

* Manga Pro: Add API URL
This commit is contained in:
Smol Ame 2025-09-05 06:22:22 -08:00 committed by Draff
parent c1d6d93ba8
commit 96f2aa0344
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 1 deletions

View File

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

View File

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