Skip to content

Commit 6e6a561

Browse files
committed
test runs
1 parent 51eb04c commit 6e6a561

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
116 Bytes
Binary file not shown.

Assets/Adjust/Test/TestApp.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ public class TestApp : MonoBehaviour
1616
#elif UNITY_ANDROID
1717
private const string PORT = ":8443";
1818
private const string PROTOCOL = "https://";
19-
private const string IP = "192.168.86.75";
19+
private const string IP = "192.168.86.32";
2020
#elif UNITY_IOS
2121
private const string PORT = ":8080";
2222
private const string PROTOCOL = "http://";
23-
private const string IP = "192.168.86.75";
23+
private const string IP = "192.168.86.32";
2424
private TestLibraryiOS _testLibraryiOS;
2525
#endif
2626
private const string BASE_URL = PROTOCOL + IP + PORT;
Binary file not shown.

0 commit comments

Comments
 (0)