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