
* expose `lib-multsrc` deps to the extensions change `implementation` to `api` * remove those libs from extensions
10 lines
191 B
Groovy
10 lines
191 B
Groovy
ext {
|
|
extName = 'Fire Scans'
|
|
extClass = '.FireScans'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://firescans.xyz'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|