Before trying to fix the assembleRelease bug
This commit is contained in:
parent
704d2238b1
commit
104e08eecd
|
@ -1,3 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">Douala3 Test</string>
|
||||
<string name="app_name">Douala3</string>
|
||||
</resources>
|
||||
|
|
|
@ -10,8 +10,8 @@ export const isDebugMode = false
|
|||
/*export const baseUrl = "http://city.ilink-app.com:8080/mobilebackend";
|
||||
export const testBaseUrl = "https://city.ilink-app.com:8081";*/
|
||||
|
||||
export const baseUrl = "https://test-city-douala3.ilink-app.com:9080/mobilebackend";
|
||||
export const testBaseUrl= "https://test-city-douala3.ilink-app.com:9081";
|
||||
export const baseUrl = "https://city-douala3.ilink-app.com:8080/mobilebackend";
|
||||
export const testBaseUrl= "https://city-douala3.ilink-app.com:8081";
|
||||
|
||||
//CUD
|
||||
// export const baseUrl = "https://test-cud.ilink-app.com:9080/mobilebackend";
|
||||
|
|
Loading…
Reference in New Issue