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