Updated project to use Gradle Daemon toolchain

This commit is contained in:
Alex
2026-03-14 18:43:58 -06:00
parent e49ea61e5b
commit 7acefd4848
3 changed files with 18 additions and 2 deletions

View File

@@ -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;