|
|
@ -1,8 +1,8 @@
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
compileSdkVersion 25
|
|
|
|
compileSdkVersion 26
|
|
|
|
buildToolsVersion "25.0.2"
|
|
|
|
buildToolsVersion "26.0.2"
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "net.ossrs.yasea.demo"
|
|
|
|
applicationId "net.ossrs.yasea.demo"
|
|
|
@ -25,6 +25,6 @@ android {
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
compile fileTree(dir: 'libx264.libs', include: ['*.jar'])
|
|
|
|
compile fileTree(dir: 'libx264.libs', include: ['*.jar'])
|
|
|
|
testCompile 'junit:junit:4.12'
|
|
|
|
testCompile 'junit:junit:4.12'
|
|
|
|
compile 'com.android.support:appcompat-v7:25.3.1'
|
|
|
|
compile 'com.android.support:appcompat-v7:26.1.0'
|
|
|
|
compile project(path: ':library')
|
|
|
|
compile project(path: ':library')
|
|
|
|
}
|
|
|
|
}
|
|
|
|