You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
394 B
Groovy
18 lines
394 B
Groovy
apply from: "${rootProject.rootDir}/buildCommon/commonLibConfig.gradle"
|
|
project.ext.setLibDefaultConfig project
|
|
|
|
android {
|
|
lintOptions {
|
|
abortOnError false
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
|
//ijk
|
|
implementation 'tv.danmaku.ijk.media:ijkplayer-java:0.8.8'
|
|
implementation 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.8'
|
|
}
|
|
|