2024-08-13 02:31:58 +01:00

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')
}