10 lines
204 B
Groovy
10 lines
204 B
Groovy
![]() |
ext {
|
||
|
extName = 'Blackout Scans'
|
||
|
extClass = '.BlackoutScans'
|
||
|
themePkg = 'keyoapp'
|
||
|
baseUrl = 'https://blackoutscans.com'
|
||
|
overrideVersionCode = 0
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|