2024-04-06 23:50:56 +01:00

10 lines
207 B
Groovy

ext {
extName = 'Starbound Scans'
extClass = '.StarboundScans'
themePkg = 'keyoapp'
baseUrl = 'https://starboundscans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"