Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Retrofit retrofit = new Retrofit.Builder().baseUrl(prefs.isLocalApiUrl() ? Constant.LIVE_URL : Constant.LOCAL_URL)
  2. .addConverterFactory(getGsonFactory())
  3. .addCallAdapterFactory(ErrorHandlingExecutorCallAdapterFactory.create())
  4. .client(client).build();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement