11 lines
217 B
Groovy
11 lines
217 B
Groovy
![]() |
ext {
|
||
|
extName = 'Manga-Mate'
|
||
|
extClass = '.MangaMate'
|
||
|
themePkg = 'mangathemesia'
|
||
|
baseUrl = 'https://manga-mate.org'
|
||
|
overrideVersionCode = 0
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|