Línea 5... |
Línea 5... |
5 |
public static final int APPLICATION_ID = 1;
|
5 |
public static final int APPLICATION_ID = 1;
|
6 |
public static final boolean DEBUG = true;
|
6 |
public static final boolean DEBUG = true;
|
7 |
public static final boolean LOCAL = false;
|
7 |
public static final boolean LOCAL = false;
|
Línea 8... |
Línea 8... |
8 |
|
8 |
|
9 |
public static final String URL_ENDPOINT = "https://leaderslinked.com";
|
9 |
public static final String URL_ENDPOINT = "https://leaderslinked.com";
|
10 |
// public static final String URL_ENDPOINT = "https://dev.leaderslinked.com";
|
10 |
//public static final String URL_ENDPOINT = "https://dev.leaderslinked.com";
|
11 |
//public static final String URL_ENDPOINT = "https://nexa.leaderslinked.com";
|
11 |
//public static final String URL_ENDPOINT = "https://nexa.leaderslinked.com";
|
Línea 12... |
Línea 12... |
12 |
//public static final String URL_ENDPOINT = "http://10.0.2.2"; //https://dev.leaderslinked.com";
|
12 |
//public static final String URL_ENDPOINT = "http://10.0.2.2"; //https://dev.leaderslinked.com";
|
13 |
|
13 |
|