2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'FASELHD'
|
|
|
|
extClass = '.FASELHD'
|
2025-02-10 08:42:18 +00:00
|
|
|
extVersionCode = 16
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
}
|