11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Reaper Scans'
|
|
extClass = '.ReaperScans'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://reaper-scans.fr'
|
|
overrideVersionCode = 4
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|