plugins {
id 'com.android.library'
}
android {
compileSdk 33
defaultConfig {
minSdk 21
targetSdk 28
dependencies {
implementation project(':catvod')
implementation 'androidx.media3:media3-ui:1.1.1'