* Add LeitorDeManga * Add icons * Remove isNfsw * Fix extension name * Replace icons * Add custom path
10 lines
205 B
Groovy
10 lines
205 B
Groovy
ext {
|
|
extName = 'Leitor de Mangá'
|
|
extClass = '.LeitorDeManga'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://leitordemanga.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|