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