AwkwardPeak7 489729f52b expose lib-multisrc dependencies to the extensions (#1293)
* expose `lib-multsrc` deps to the extensions

change `implementation` to `api`

* remove those libs from extensions
2024-02-18 20:17:19 +00:00

10 lines
191 B
Groovy

ext {
extName = 'Fire Scans'
extClass = '.FireScans'
themePkg = 'madara'
baseUrl = 'https://firescans.xyz'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"