14 lines
255 B
Groovy
14 lines
255 B
Groovy
ext {
|
|
extName = 'Lura Toon'
|
|
extClass = '.LuraToon'
|
|
themePkg = 'peachscan'
|
|
baseUrl = 'https://luratoons.com'
|
|
overrideVersionCode = 45
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':lib:randomua')
|
|
}
|