15 lines
279 B
Groovy
15 lines
279 B
Groovy
ext {
|
|
extName = 'Manga-Mate'
|
|
extClass = '.MangaMate'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://manga-mate.org'
|
|
overrideVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':lib:randomua')
|
|
}
|