Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AriaLyy/Aria
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaLyy committed Nov 1, 2019
2 parents d6993eb + 2548553 commit e8c5a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ annotationProcessor 'com.arialyy.aria:compiler:3.7.3'
implementation 'com.arialyy.aria:ftpComponent:3.7.3' # 如果需要使用ftp,请增加该组件
implementation 'com.arialyy.aria:m3u8Component:3.7.3' # 如果需要使用m3u8下载功能,请增加该组件
```
如果出现android support依赖错误,请将 `compile 'com.arialyy.aria:aria-core:<last-version>'`替换为
如果出现android support依赖错误,请将 `compile 'com.arialyy.aria:core:<last-version>'`替换为
```
api('com.arialyy.aria:aria-core:<last-version>'){
exclude group: 'androidx.appcompat.app'
Expand Down

0 comments on commit e8c5a9f

Please sign in to comment.