Merge branch 'rmJitpack' into 'develop'

Remove Jitpack repo (was from custom media3 build)

See merge request ultrasonic/ultrasonic!975
This commit is contained in:
birdbird 2023-04-22 09:51:43 +00:00
commit ffb78b166b

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