1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Use HTTPS for Maven

This commit is contained in:
Licaon_Kter 2019-11-04 11:34:22 +00:00 committed by Tom Hacohen
parent 8422892708
commit db588de749

View File

@ -33,7 +33,7 @@ allprojects {
jcenter()
mavenCentral()
maven() {
url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
google()
}