Reaper Scans: actually change id

This commit is contained in:
AwkwardPeak7 2024-08-02 15:48:21 +05:00
parent 463bbc8325
commit 28a69771ed
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ReaperScans'
themePkg = 'heancms'
baseUrl = 'https://reaperscans.com'
overrideVersionCode = 25
overrideVersionCode = 26
}
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") {
override val versionId = 2
override val versionId = 3
override val useNewChapterEndpoint = true
override val useNewQueryEndpoint = true