* Remove ReadAllManga * requested changes and popular title cleanup * better name? * reorder if conditions
8 lines
131 B
Groovy
8 lines
131 B
Groovy
ext {
|
|
extName = 'ReadAllComics'
|
|
extClass = '.ReadAllComics'
|
|
extVersionCode = 3
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|