13 lines
221 B
Groovy
13 lines
221 B
Groovy
ext {
|
|
extName = 'Ikigai Mangas'
|
|
extClass = '.IkigaiMangas'
|
|
extVersionCode = 10
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:cookieinterceptor"))
|
|
}
|