12 lines
208 B
Groovy
12 lines
208 B
Groovy
ext {
|
|
extName = 'Sudatchi'
|
|
extClass = '.Sudatchi'
|
|
extVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:playlist-utils"))
|
|
}
|