Remove Jitpack repo (was from custom media3 build)

This commit is contained in:
tzugen 2023-04-22 11:25:31 +02:00
parent 322457910c
commit 5fcbf59e0e
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -11,7 +11,6 @@ buildscript {
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://jitpack.io' }
}
dependencies {
classpath libs.gradle
@ -34,7 +33,6 @@ allprojects {
repositories {
mavenCentral()
google()
maven { url 'https://jitpack.io' }
}
// Set Kotlin JVM target to the same for all subprojects