Advertisement
hasancse1991

Untitled

Apr 21st, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. productFlavors {
  2.  
  3. flavor_dev {
  4. resValue "string", "FILE_PROVIDER_AUTHORITIES", applicationId + '.fileprovider'
  5. resValue "string", "BASE_URL", 'http://epharma.brainstation-23.net/'
  6. resValue "string", "NETWORK_SECURITY_CONFIG", '@xml/network_security_config_dev'
  7. resValue "string", "USER_ID", '01869263573'
  8. resValue "string", "PASSWORD", '123456'
  9. }
  10.  
  11. flavor_prod {
  12. resValue "string", "FILE_PROVIDER_AUTHORITIES", applicationId + '.fileprovider'
  13. resValue "string", "BASE_URL", 'http://www.e-pharmabd.com/'
  14. resValue "string", "NETWORK_SECURITY_CONFIG", '@xml/network_security_config_prod'
  15. resValue "string", "USER_ID", ''
  16. resValue "string", "PASSWORD", ''
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement