plugins { id 'com.android.library' } android { namespace 'com.ghost.thunder' compileSdk 36 defaultConfig { minSdk 24 targetSdk 28 } } dependencies { implementation project(':catvod') }