Switch the remaining builder URLs to https
This commit is contained in:
parent
de324fe0da
commit
5e5a6518ad
4 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ android {
|
||||||
repositories {
|
repositories {
|
||||||
ivy {
|
ivy {
|
||||||
name = "OsmAndBinariesIvy"
|
name = "OsmAndBinariesIvy"
|
||||||
url = "http://builder.osmand.net"
|
url = "https://builder.osmand.net"
|
||||||
layout "pattern", {
|
layout "pattern", {
|
||||||
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ android {
|
||||||
repositories {
|
repositories {
|
||||||
ivy {
|
ivy {
|
||||||
name = "OsmAndBinariesIvy"
|
name = "OsmAndBinariesIvy"
|
||||||
url = "http://builder.osmand.net"
|
url = "https://builder.osmand.net"
|
||||||
layout "pattern", {
|
layout "pattern", {
|
||||||
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ android {
|
||||||
repositories {
|
repositories {
|
||||||
ivy {
|
ivy {
|
||||||
name = "OsmAndBinariesIvy"
|
name = "OsmAndBinariesIvy"
|
||||||
url = "http://builder.osmand.net"
|
url = "https://builder.osmand.net"
|
||||||
layout "pattern", {
|
layout "pattern", {
|
||||||
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@ android {
|
||||||
repositories {
|
repositories {
|
||||||
ivy {
|
ivy {
|
||||||
name = "OsmAndBinariesIvy"
|
name = "OsmAndBinariesIvy"
|
||||||
url = "http://builder.osmand.net"
|
url = "https://builder.osmand.net"
|
||||||
layout "pattern", {
|
layout "pattern", {
|
||||||
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue