Skip to content

Commit

Permalink
Fix opentok#205: Remove deprecated maven URL, use mavenCentral().
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Melo committed Dec 9, 2021
1 parent 2c3d7f5 commit 9aadb3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "http://tokbox.bintray.com/maven"
}
mavenCentral()
}
}

Expand Down

0 comments on commit 9aadb3b

Please sign in to comment.