Skip to content

Commit

Permalink
支持网络视频
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandanin committed Jul 2, 2018
1 parent 1539664 commit bfaef4b
Show file tree
Hide file tree
Showing 14 changed files with 415 additions and 177 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ buildscript {
allprojects {
repositories {
jcenter()
maven{url 'https://dl.bintray.com/dengyuhan/maven'}
google()
maven{url 'https://dl.bintray.com/dengyuhan/maven'}
}
}

Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext {
android =
[
versionCode : 7,
versionName : "1.0.6",
versionCode : 8,
versionName : "1.0.7",

compileSdkVersion: 26,
buildToolsVersion: "26.0.2",
Expand Down
11 changes: 7 additions & 4 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:' + rootProject.ext.android.supportVersion
compile 'com.android.support:recyclerview-v7:' + rootProject.ext.android.supportVersion
compile 'io.reactivex.rxjava2:rxjava:2.1.0'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'com.android.support:appcompat-v7:' + rootProject.ext.android.supportVersion
implementation 'com.android.support:recyclerview-v7:' + rootProject.ext.android.supportVersion
implementation 'io.reactivex.rxjava2:rxjava:2.1.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'com.dyhdyh.io:asset-file:1.0.1'
implementation 'com.dyhdyh.loadingbar:loadingbar:1.4.7'

implementation 'com.dyhdyh.remake:FFmpegMediaMetadataRetriever-java:1.0.14'
implementation 'com.dyhdyh.remake:FFmpegMediaMetadataRetriever-armeabi-v7a:1.0.14'
compile project(':media-metadata-retriever-compat')
Expand Down
Binary file added example/src/main/assets/test_audio.mp3
Binary file not shown.

This file was deleted.

Loading

0 comments on commit bfaef4b

Please sign in to comment.