Skip to content

Commit

Permalink
release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed May 11, 2018
1 parent 3742005 commit 9526ded
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {

imageLoader = '4.0.0'

gsyVideoVersion = '4.1.2'
gsyVideoVersion = '4.1.3'

exo_player2 = '2.6.1'

Expand Down
16 changes: 8 additions & 8 deletions gsyVideoPlayer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ dependencies {
api project(':gsyvideoplayer-exo2')


//compile fileTree(dir: 'libs', include: ['*.jar'])
//compile androidDependencies.appcompat_v7
//def viewDependencies = rootProject.ext.viewDependencies
//def dataDependencies = rootProject.ext.dataDependencies
//compile viewDependencies.ijkplayer_java
//compile viewDependencies.transitionseverywhere
//compile dataDependencies.videocache
//compile "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
// compile fileTree(dir: 'libs', include: ['*.jar'])
// compile androidDependencies.appcompat_v7
// def viewDependencies = rootProject.ext.viewDependencies
// def dataDependencies = rootProject.ext.dataDependencies
// compile viewDependencies.ijkplayer_java
// compile viewDependencies.transitionseverywhere
// compile "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion"
// compile "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
}

apply from: './bintray.gradle'
4 changes: 2 additions & 2 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-armv5')
//api project(':gsyVideoPlayer-armv7a')
//api project(':gsyVideoPlayer-armv64')
Expand All @@ -43,7 +43,7 @@ dependencies {

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

//api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion"
Expand Down

0 comments on commit 9526ded

Please sign in to comment.