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