Updated project to use Gradle Daemon toolchain
This commit is contained in:
@@ -12,8 +12,8 @@ import retrofit2.converter.gson.GsonConverterFactory;
|
||||
|
||||
public class RetrofitClient {
|
||||
//base URL
|
||||
// public static final String BASE_URL = "http://10.0.2.2:8080/api/"; //for emulator testing change to computer ip if using hardware to test
|
||||
public static final String BASE_URL = "http://10.0.0.200:8080/api/"; //for emulator testing change to computer ip if using hardware to test
|
||||
public static final String BASE_URL = "http://10.0.2.2:8080/api/"; //for emulator testing
|
||||
// public static final String BASE_URL = "http://10.0.0.200:8080/api/"; //for hardware testing change to computer ip if using hardware to test
|
||||
|
||||
private static Retrofit retrofit = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user