Skip to content

Commit

Permalink
- upgrade to red5 r4360
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Apr 28, 2013
1 parent dd8014c commit 9117643
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bbb-video/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4628@jar'
providedCompile 'org/red5:red5:1.0r4630@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion bbb-voice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4628@jar'
providedCompile 'org/red5:red5:1.0r4630@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4628@jar'
providedCompile 'org/red5:red5:1.0r4630@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion deskshare/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4628@jar'
providedCompile 'org/red5:red5:1.0r4630@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion deskshare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
compile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
compile 'org/red5:red5:1.0r4628@jar'
compile 'org/red5:red5:1.0r4630@jar'

// Logging
compile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down

0 comments on commit 9117643

Please sign in to comment.