Skip to content

Commit

Permalink
test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Jul 27, 2021
1 parent 51eb04c commit 6e6a561
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Assets/Adjust/Android/adjust-android.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions Assets/Adjust/Test/TestApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ public class TestApp : MonoBehaviour
#elif UNITY_ANDROID
private const string PORT = ":8443";
private const string PROTOCOL = "https://";
private const string IP = "192.168.86.75";
private const string IP = "192.168.86.32";
#elif UNITY_IOS
private const string PORT = ":8080";
private const string PROTOCOL = "http://";
private const string IP = "192.168.86.75";
private const string IP = "192.168.86.32";
private TestLibraryiOS _testLibraryiOS;
#endif
private const string BASE_URL = PROTOCOL + IP + PORT;
Expand Down
Binary file modified Assets/AdjustOaid/Android/adjust-android-oaid.jar
Binary file not shown.

0 comments on commit 6e6a561

Please sign in to comment.