mirror of
https://github.com/etesync/android
synced 2025-06-26 01:42:37 +00:00
Use HTTPS for Maven
This commit is contained in:
parent
8422892708
commit
db588de749
@ -33,7 +33,7 @@ allprojects {
|
|||||||
jcenter()
|
jcenter()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven() {
|
maven() {
|
||||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
url 'https://oss.sonatype.org/content/repositories/snapshots'
|
||||||
}
|
}
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user