DokterKaj eb9b9b9aee
DeviantArt: Order chapter list chronologically instead of by source (#8407)
Order chapter list chronologically instead of by source
2025-05-20 21:26:53 +01:00

9 lines
143 B
Groovy

ext {
extName = 'DeviantArt'
extClass = '.DeviantArt'
extVersionCode = 8
isNsfw = true
}
apply from: "$rootDir/common.gradle"