osbuddy client: update exchange summary location

This commit is contained in:
Adam
2019-08-12 17:02:37 -04:00
parent 5d6160e01f
commit 86f0c5ebd2

View File

@@ -43,8 +43,8 @@ public class OsbuddyClient
{ {
HttpUrl httpUrl = new HttpUrl.Builder() HttpUrl httpUrl = new HttpUrl.Builder()
.scheme("https") .scheme("https")
.host("rsbuddy.com") .host("storage.googleapis.com")
.addPathSegment("exchange") .addPathSegment("osb-exchange")
.addPathSegment("summary.json") .addPathSegment("summary.json")
.build(); .build();