Remove deprecated bintray repositories

sdk_30_31
Quentin Hibon 4 years ago
parent 7bf74634bb
commit 4350ff0cd7

@ -18,8 +18,6 @@ allprojects {
mavenCentral() mavenCentral()
maven(url = "https://plugins.gradle.org/m2/") maven(url = "https://plugins.gradle.org/m2/")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/") maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
maven(url = "https://kotlin.bintray.com/ktor")
maven(url = "https://kotlin.bintray.com/kotlin-js-wrappers")
maven(url = "https://jitpack.io") maven(url = "https://jitpack.io")
} }
} }

Loading…
Cancel
Save