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