mirror of https://github.com/FongMi/TV.git
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.
24 lines
484 B
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')
|
|
} |