mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
http -> https
Fix the followinf error, since gradle 7: `Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven2(http://dl.bintray.com/piasy/maven)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.0/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.`
This commit is contained in:
parent
e404589544
commit
a9ef58912f
@ -51,7 +51,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url "http://dl.bintray.com/piasy/maven"
|
url "https://dl.bintray.com/piasy/maven"
|
||||||
content {
|
content {
|
||||||
includeGroupByRegex "com\\.github\\.piasy"
|
includeGroupByRegex "com\\.github\\.piasy"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user