2024-07-27 20:31:46 -03:00
|
|
|
ext {
|
|
|
|
extName = 'OtakuAnimes'
|
|
|
|
extClass = '.OtakuAnimes'
|
2024-08-17 16:15:30 -03:00
|
|
|
extVersionCode = 2
|
2024-07-27 20:31:46 -03:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
}
|