Skip to content

Commit

Permalink
Fully remove JCenter (#14)
Browse files Browse the repository at this point in the history
Previously required for some ExoPlayer dependencies
  • Loading branch information
Maxr1998 authored Nov 8, 2021
1 parent bbc8101 commit 95e7eb8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ allprojects {
repositories {
mavenCentral()
google()

// Necessary for some ExoPlayer dependencies
@Suppress("DEPRECATION", "JcenterRepositoryObsolete")
jcenter {
content {
includeVersion("com.google.vr", "sdk-base", "1.190.0")
}
}
}
}

Expand Down

0 comments on commit 95e7eb8

Please sign in to comment.