Add online/offline zones #75

Merged
s416204 merged 9 commits from develop into master 2018-12-07 19:01:01 +01:00
Showing only changes of commit fd49c66ee1 - Show all commits

View File

@ -26,7 +26,7 @@ public class ApiClient {
private static Retrofit retrofit = null;
private static int REQUEST_TIMEOUT = 60;
private static OkHttpClient okHttpClient;
private static final String BASE_URL = "https://s416084.projektstudencki.pl/develop/";
private static final String BASE_URL = "https://s416084.projektstudencki.pl/master/";
public static Retrofit getClient(Context context) {