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
CaioMelo8 committed Dec 10, 2021
1 parent e743277 commit a8d5bfe
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 a8d5bfe

Please sign in to comment.