plugins { id 'com.android.library' } android { namespace 'tv.danmaku.ijk.media.player' compileSdk 35 defaultConfig { minSdk 21 targetSdk 28 } lint { disable 'UnsafeOptInUsageError' } } dependencies { implementation project(':catvod') implementation(ext: 'aar', name: 'lib-ui-release', group: 'fongmi', version: 'release') implementation(ext: 'aar', name: 'lib-common-release', group: 'fongmi', version: 'release') }