14 lines
305 B
Groovy
14 lines
305 B
Groovy
|
ext {
|
||
|
extName = 'RineCloud'
|
||
|
extClass = '.RineCloud'
|
||
|
themePkg = 'animestream'
|
||
|
baseUrl = 'https://rine.cloud'
|
||
|
overrideVersionCode = 9
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:unpacker"))
|
||
|
implementation(project(":lib:playlist-utils"))
|
||
|
}
|