14 lines
261 B
Groovy
14 lines
261 B
Groovy
ext {
|
|
extName = 'Sushi-Scan'
|
|
extClass = '.SushiScan'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://sushiscan.net'
|
|
overrideVersionCode = 12
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':lib:randomua')
|
|
}
|