Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 14, 2018
1 parent 471c9a7 commit 2ab68ac
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {

imageLoader = '4.0.0'

gsyVideoVersion = '6.0.0-beta'
gsyVideoVersion = '6.0.1'

exo_player2 = '2.8.4'

Expand Down
10 changes: 5 additions & 5 deletions gsyVideoPlayer-exo_player2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ dependencies {
//api project(':gsyVideoPlayer-base')
api "com.shuyu:gsyVideoPlayer-base:$gsyVideoVersion"

//compile fileTree(dir: 'libs', include: ['*.jar'])
//def viewDependencies = rootProject.ext.viewDependencies
//compile viewDependencies.exo_player2
//compile viewDependencies.exo_player2_rtmp
//compile "com.shuyu:gsyVideoPlayer-base:6.0.0-beta"
// compile fileTree(dir: 'libs', include: ['*.jar'])
// def viewDependencies = rootProject.ext.viewDependencies
// compile viewDependencies.exo_player2
// compile viewDependencies.exo_player2_rtmp
// compile "com.shuyu:gsyVideoPlayer-base:6.0.1"

}

Expand Down
4 changes: 2 additions & 2 deletions gsyVideoPlayer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dependencies {
api viewDependencies.ijkplayer_java
api viewDependencies.ijkplayer_exo
api viewDependencies.transitionseverywhere
api project(':gsyVideoPlayer-proxy_cache')
//api project(':gsyVideoPlayer-proxy_cache')
//api project(':gsyVideoPlayer-base')
api "com.shuyu:gsyVideoPlayer-base:$gsyVideoVersion"
//api "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion"
api "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion"


// compile fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
4 changes: 2 additions & 2 deletions gsyVideoPlayer-proxy_cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//implementation fileTree(dir: 'libs', include: ['*.jar'])


//compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(dir: 'libs', include: ['*.jar'])
}

apply from: './bintray.gradle'
16 changes: 8 additions & 8 deletions gsyVideoPlayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

api project(':gsyVideoPlayer-java')
//api project(':gsyVideoPlayer-java')
//api project(':gsyVideoPlayer-exo_player2')
//api project(':gsyVideoPlayer-armv5')
//api project(':gsyVideoPlayer-armv7a')
Expand All @@ -40,17 +40,17 @@ dependencies {
//api project(':gsyVideoPlayer-x86_64')

//更多配置版so,增加了concat,rtsp,mpeg,crypto
api project(':gsyVideoPlayer-ex_so')
//api project(':gsyVideoPlayer-ex_so')

//api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion"

//api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
api "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
// api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
// api "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
// api "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion"
// api "com.shuyu:gsyVideoPlayer-x64:$gsyVideoVersion"
// api "com.shuyu:gsyVideoPlayer-x86:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-x64:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-x86:$gsyVideoVersion"

//更多配置版so,增加了concat,rtsp,mpeg,crypto
//api "com.shuyu:gsyVideoPlayer-ex_so:$gsyVideoVersion"
Expand Down

0 comments on commit 2ab68ac

Please sign in to comment.