version 23.14
This commit is contained in:
parent
6b14acbace
commit
84c64551a8
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "verdnatura.es.repartoverdnatura"
|
||||
minSdkVersion 19
|
||||
//targetSdkVersion 28
|
||||
versionCode 44
|
||||
versionName "23.14Beta"
|
||||
versionCode 45
|
||||
versionName "23.14.1Beta"
|
||||
// versionName "23.8Beta" versionCode 40
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
getByName("release") {
|
||||
//applicationIdSuffix = ".sfusion"
|
||||
applicationIdSuffix = ".sfusion"
|
||||
}
|
||||
|
||||
getByName("debug") {
|
||||
|
|
|
@ -8,12 +8,12 @@ public class ApiUtils {
|
|||
private ApiUtils() {
|
||||
}
|
||||
|
||||
//public static final String BASE_URL = "http://10.1.4.42:9000/";
|
||||
public static final String BASE_URL = "http://app.verdnatura.es/";
|
||||
// public static final String BASE_URL = "http://192.168.1.128:9000/";
|
||||
//public static final String BASE_URL = "http://localhost:9000/";
|
||||
//public static final String BASE_URL = "http://10.0.2.2:8080/";
|
||||
|
||||
public static final String BASE_URL = "https://app.verdnatura.es/";
|
||||
//public static final String BASE_URL = "https://app.verdnatura.es/";
|
||||
|
||||
public static RestClient getAPIService(Context context) {
|
||||
return RetrofitClient.getClient(BASE_URL,context).create(RestClient.class);
|
||||
|
|
|
@ -6,8 +6,8 @@ public class ApiUtilsSalix {
|
|||
private ApiUtilsSalix() {}
|
||||
|
||||
|
||||
//public static final String BASE_URL_SALIX = "https://salix.verdnatura.es/";
|
||||
public static final String BASE_URL_SALIX = "https://salix.verdnatura.es/";
|
||||
//public static final String BASE_URL_SALIX = "https://test-salix.verdnatura.es/";
|
||||
//public static final String BASE_URL_SALIX = "http://localhost:3000/";
|
||||
public static RestClientSalix getAPIService() {
|
||||
return RetrofitClientSalix.getClient(BASE_URL_SALIX).create(RestClientSalix.class);
|
||||
|
|
Loading…
Reference in New Issue