You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FONGMITV/ijkplayer/build.gradle

24 lines
484 B

plugins {
id 'com.android.library'
}
android {
namespace 'tv.danmaku.ijk.media.player'
compileSdk 35
defaultConfig {
minSdk 21
targetSdk 28
}
lint {
disable 'UnsafeOptInUsageError'
}
}
dependencies {
implementation project(':catvod')
implementation(ext: 'aar', name: 'lib-ui-release', group: 'fongmi', version: 'release')
implementation(ext: 'aar', name: 'lib-common-release', group: 'fongmi', version: 'release')
}