We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e92f5 commit 6e52b13Copy full SHA for 6e52b13
1 file changed
app/src/main/java/com/simonesestito/shopsqueue/Constants.java
@@ -32,11 +32,12 @@ public class Constants {
32
33
34
private static String getApiBaseUrl() {
35
- if (!BuildConfig.DEBUG)
36
- return "https://shopsqueue.simonesestito.com";
37
- else if (IS_EMULATOR)
38
- return "http://10.0.2.2:1234";
39
- else
40
- return "http://192.168.1.100:1234";
+ return "https://shopsqueue.simonesestito.com";
+ //if (!BuildConfig.DEBUG)
+ // return "https://shopsqueue.simonesestito.com";
+ //else if (IS_EMULATOR)
+ // return "http://10.0.2.2:1234";
+ //else
41
+ // return "http://192.168.1.100:1234";
42
}
43
0 commit comments