修复任务记录删除失败的问题
优化网络连接状态获取的逻辑 修复配置文件的某些配置失效的问题 新增m3u8切片状态注解`@M3U8.onPeerStart`,`@M3U8.onPeerComplete`,`@M3U8.onPeerFail` 新增动态指定m3u8协议视频的下载功能(边下边播)
This commit is contained in:
@@ -16,10 +16,22 @@ android {
|
||||
multiDexEnabled true
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile file("lyy.keystore")
|
||||
storePassword "123456"
|
||||
keyAlias "key0"
|
||||
keyPassword "123456"
|
||||
v2SigningEnabled false
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,8 +62,8 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.kotlin_version}"
|
||||
api project(':Aria')
|
||||
kapt project(':AriaCompiler')
|
||||
// api 'com.arialyy.aria:aria-core:3.6.4'
|
||||
// kapt 'com.arialyy.aria:aria-compiler:3.6.4'
|
||||
// api 'com.arialyy.aria:aria-core:3.6.4'
|
||||
// kapt 'com.arialyy.aria:aria-compiler:3.6.4'
|
||||
|
||||
// compile 'com.arialyy.aria:aria-core:3.3.14'
|
||||
// annotationProcessor 'com.arialyy.aria:aria-compiler:3.3.14'
|
||||
|
||||
Reference in New Issue
Block a user