9 lines
146 B
Groovy
9 lines
146 B
Groovy
ext {
|
|
extName = 'ReadManga.at'
|
|
extClass = '.ReadMangaAt'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|