Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 30, 2024
1 parent 5b14bb7 commit bfdd1f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies {

implementation androidDependencies.multidex

// implementation project(":gsyVideoPlayer")
// implementation project(":gsyVideoPlayer-aliplay")
implementation project(":gsyVideoPlayer")
implementation project(":gsyVideoPlayer-aliplay")

implementation 'com.shuyu:gsyvideoplayer:10.0.0'
//implementation 'com.shuyu:gsyvideoplayer:10.0.0'



Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
url 'https://maven.pkg.github.com/CarGuo/GSYVideoPlayer'
credentials {
username = 'carsmallguo'
password = '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'
password = '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'
}
}
google()
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
gsyVideoVersion = "v9.0.0-release-jitpack"
gsyVideoVersion = "v10.0.0"
danmakuFlameMasterSoVersion = "0.9.25"
glideVersion = "4.12.0"
mediaVersion = "1.4.1"
Expand Down

0 comments on commit bfdd1f6

Please sign in to comment.