Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuoSmall committed Feb 6, 2018
1 parent b0232bb commit 1d2687e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 116 deletions.
1 change: 1 addition & 0 deletions gsyVideoPlayer-java/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ javadoc {
version true
links "http://docs.oracle.com/javase/7/docs/api"
title "$PROJ_NAME $PROJ_VERSION"
failOnError false
}
}

Expand Down
9 changes: 9 additions & 0 deletions gsyVideoPlayer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ dependencies {
api project(':gsyvideoplayer-androidvideocache')
//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"
}

apply from: './bintray.gradle'

This file was deleted.

1 change: 1 addition & 0 deletions gsyVideoPlayer/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ javadoc {
version true
links "http://docs.oracle.com/javase/7/docs/api"
title "$PROJ_NAME $PROJ_VERSION"
failOnError false
}
}

Expand Down
1 change: 1 addition & 0 deletions gsyvideoplayer-androidvideocache/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ javadoc {
version true
links "http://docs.oracle.com/javase/7/docs/api"
title "$PROJ_NAME $PROJ_VERSION"
failOnError false
}
}

Expand Down
1 change: 1 addition & 0 deletions gsyvideoplayer-exo2/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ javadoc {
version true
links "http://docs.oracle.com/javase/7/docs/api"
title "$PROJ_NAME $PROJ_VERSION"
failOnError false
}
}

Expand Down

0 comments on commit 1d2687e

Please sign in to comment.