Reaper Scans: actually change id

This commit is contained in:
AwkwardPeak7 2024-08-02 15:48:21 +05:00 committed by Draff
parent 4554a0c717
commit 7a4fa5d46a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ReaperScans' extClass = '.ReaperScans'
themePkg = 'heancms' themePkg = 'heancms'
baseUrl = 'https://reaperscans.com' baseUrl = 'https://reaperscans.com'
overrideVersionCode = 25 overrideVersionCode = 26
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.heancms.HeanCms
class ReaperScans : HeanCms("Reaper Scans", "https://reaperscans.com", "en") { class ReaperScans : HeanCms("Reaper Scans", "https://reaperscans.com", "en") {
override val versionId = 2 override val versionId = 3
override val useNewChapterEndpoint = true override val useNewChapterEndpoint = true
override val useNewQueryEndpoint = true override val useNewQueryEndpoint = true