osbuddy client: update exchange summary location
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user