2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'RineCloud'
|
|
|
|
extClass = '.RineCloud'
|
|
|
|
themePkg = 'animestream'
|
|
|
|
baseUrl = 'https://rine.cloud'
|
2024-10-29 15:56:14 -03:00
|
|
|
overrideVersionCode = 10
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:unpacker"))
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
}
|