
* temple * rewrite * description & tags cleanup * readd ratelimit * cloudflareclient * optimize
9 lines
145 B
Groovy
9 lines
145 B
Groovy
ext {
|
|
extName = 'Temple Scan'
|
|
extClass = '.TempleScan'
|
|
extVersionCode = 43
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|