apply plugin: 'com.android.library'
android {
compileSdk 33
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
}
dependencies {
implementation project(':catvod')
implementation 'androidx.annotation:annotation:' + annotationVersion