plugins { id 'com.android.library' } android { namespace 'com.forcetech' compileSdk = 36 defaultConfig { minSdk 24 targetSdk 36 ndk { abiFilters "armeabi-v7a" } } } dependencies { implementation project(':catvod') }