13 lines
207 B
Groovy
13 lines
207 B
Groovy
ext {
|
|
extName = 'Tapas'
|
|
extClass = '.Tapastic'
|
|
extVersionCode = 20
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:textinterceptor'))
|
|
}
|