mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 03:33:24 +01:00
Reaper Scans: actually change id
This commit is contained in:
parent
463bbc8325
commit
28a69771ed
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.ReaperScans'
|
||||
themePkg = 'heancms'
|
||||
baseUrl = 'https://reaperscans.com'
|
||||
overrideVersionCode = 25
|
||||
overrideVersionCode = 26
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user