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