Skip to content

Commit

Permalink
Prefer THEOplayer Maven repo over Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jul 29, 2024
1 parent bfe5756 commit 6bb7750
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ THEOplayer Android SDK version 4.x comes with a built-in UI based on [video.js](
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://maven.theoplayer.com/releases") }
}
}
Expand All @@ -44,7 +43,6 @@ THEOplayer Android SDK version 4.x comes with a built-in UI based on [video.js](
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
maven {
url = uri("https://maven.pkg.github.com/THEOplayer/android-ui")
credentials {
Expand All @@ -53,6 +51,7 @@ THEOplayer Android SDK version 4.x comes with a built-in UI based on [video.js](
password = (settings.ext.has("gpr.key")) ? settings.ext["gpr.key"] : System.getenv("TOKEN")
}
}
maven { url = uri("https://maven.theoplayer.com/releases") }
}
}
```
Expand Down

0 comments on commit 6bb7750

Please sign in to comment.