Skip to content

Commit

Permalink
修改module名称
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuoSmall committed Aug 21, 2018
1 parent 77986a7 commit 63e1d91
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gsyVideoPlayer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
api viewDependencies.transitionseverywhere
//api dataDependencies.videocache
//api "com.shuyu:GSYVideoPlayer-base:$gsyVideoVersion"
api project(':gsyvideoplayer-androidvideocache')
api project(':gsyVideoPlayer-proxy_cache')
api project(':gsyVideoPlayer-base')


Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

api project(':gsyVideoPlayer-java')
api project(':gsyvideoplayer-exo2')
api project(':gsyVideoPlayer-exo_player2')
//api project(':gsyVideoPlayer-armv5')
//api project(':gsyVideoPlayer-armv7a')
//api project(':gsyVideoPlayer-armv64')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':gsyVideoPlayer', ':gsyVideoPlayer-java', ':gsyVideoPlayer-armv5', ':gsyVideoPlayer-armv7a', ':gsyVideoPlayer-armv64', ':gsyVideoPlayer-x86', ':gsyVideoPlayer-x86_64', ':gsyVideoPlayer-ex_so', ':gsyvideoplayer-androidvideocache', ':gsyvideoplayer-exo2', ':gsyVideoPlayer-base'
include ':app', ':gsyVideoPlayer', ':gsyVideoPlayer-java', ':gsyVideoPlayer-armv5', ':gsyVideoPlayer-armv7a', ':gsyVideoPlayer-armv64', ':gsyVideoPlayer-x86', ':gsyVideoPlayer-x86_64', ':gsyVideoPlayer-ex_so', ':gsyVideoPlayer-proxy_cache', ':gsyVideoPlayer-exo_player2', ':gsyVideoPlayer-base'

0 comments on commit 63e1d91

Please sign in to comment.