
* move rudra to keyoapp multisrc * add genres + small fixes * add rate limit * fix name + remove rate limit * add wickedscans * fix indentation
10 lines
195 B
Groovy
10 lines
195 B
Groovy
ext {
|
|
extName = 'Rudra Scans'
|
|
extClass = '.RudraScans'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://rudrascans.com'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|