Remove useless maven repositories
This commit is contained in:
parent
fc09cb4783
commit
048c1e8cf9
@ -18,14 +18,6 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven(url = "https://jitpack.io")
|
|
||||||
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
maven(url = "https://androidx.dev/snapshots/builds/7559387/artifacts/repository/")
|
|
||||||
maven(url = "https://dl.bintray.com/amulyakhare/maven") {
|
|
||||||
content {
|
|
||||||
includeGroup("com.amulyakhare")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven(url = "https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1")
|
maven(url = "https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1")
|
||||||
jcenter() // For tinypinyin
|
jcenter() // For tinypinyin
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user