Skip to content

Commit

Permalink
0release 5.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed May 24, 2018
1 parent e5d604e commit 7c3e5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3'
gsyVideoVersion = '5.0.0-beta'

exo_player2 = '2.8.0'

Expand Down
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 7c3e5b7

Please sign in to comment.