|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileSdkVersion 23
|
|
|
|
|
buildToolsVersion "24.0.2"
|
|
|
|
|
compileSdkVersion 24
|
|
|
|
|
buildToolsVersion "24.0.3"
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
|
applicationId "net.ossrs.yasea"
|
|
|
|
@ -22,5 +22,5 @@ android {
|
|
|
|
|
dependencies {
|
|
|
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
testCompile 'junit:junit:4.12'
|
|
|
|
|
compile 'com.android.support:appcompat-v7:23.2.0'
|
|
|
|
|
compile 'com.android.support:appcompat-v7:24.2.1'
|
|
|
|
|
}
|
|
|
|
|