Files
XMBOX/tvbus/build.gradle
T
2025-07-03 06:16:21 +08:00

19 lines
268 B
Groovy

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