diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-14 18:16:11 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-14 18:16:11 +0300 |
| commit | dad69951c0338be70949e823b1b0c321c862d3b9 (patch) | |
| tree | 629b4127e26fba9a3b070613c1d31b32f01c54ab /Software/Android_Studio | |
| parent | a9a2772e8159f65339d7c7405e988fe10d7589c8 (diff) | |
| download | Tango-dad69951c0338be70949e823b1b0c321c862d3b9.tar.gz Tango-dad69951c0338be70949e823b1b0c321c862d3b9.zip | |
Implemented Display & Export embroidery file to storage on PPC.
Diffstat (limited to 'Software/Android_Studio')
| -rw-r--r-- | Software/Android_Studio/ColorCapture/app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Android_Studio/ColorCapture/app/build.gradle b/Software/Android_Studio/ColorCapture/app/build.gradle index 60fc89265..facd37772 100644 --- a/Software/Android_Studio/ColorCapture/app/build.gradle +++ b/Software/Android_Studio/ColorCapture/app/build.gradle @@ -23,7 +23,7 @@ android { buildTypes { debug { - buildConfigField "String", "WEB_SERVICE_ADDRESS", "\"http://192.168.1.229:45457/api/\"" + buildConfigField "String", "WEB_SERVICE_ADDRESS", "\"http://tcc.twine-srv.com/api/\"" buildConfigField "String", "WEB_SERVICE_APP_ID", "\"Tdf793i4ughsiduf8749509237885ehgfdlkghlT\"" } |
