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()
.scheme("https")
.host("rsbuddy.com")
.addPathSegment("exchange")
.host("storage.googleapis.com")
.addPathSegment("osb-exchange")
.addPathSegment("summary.json")
.build();