2025-01-18 00:00:09 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AniZone'
|
|
|
|
extClass = '.AniZone'
|
2025-02-10 08:42:18 +00:00
|
|
|
extVersionCode = 2
|
2025-01-18 00:00:09 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
}
|