* Update PoseidonScans for the new site * Add PoseidonScans DTOs and fix all issues * Update PoseidonScans refactor * Refactor PoseidonScans to add DTO classes
11 lines
221 B
Groovy
11 lines
221 B
Groovy
ext {
|
|
extName = 'Poseidon Scans'
|
|
extClass = '.PoseidonScans'
|
|
baseUrl = 'https://poseidonscans.fr'
|
|
overrideVersionCode = 0
|
|
extVersionCode = 43
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|