Skip to content

Commit bed5979

Browse files
committed
update native binaries
1 parent 9012369 commit bed5979

File tree

8 files changed

+4
-3
lines changed

8 files changed

+4
-3
lines changed
Binary file not shown.
Binary file not shown.
3.26 KB
Binary file not shown.

Assets/Adjust/Test/TestApp.cs

+2-2
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.32";
19+
private const string IP = "192.168.86.80";
2020
#elif UNITY_IOS
2121
private const string PORT = ":8080";
2222
private const string PROTOCOL = "http://";
23-
private const string IP = "192.168.86.32";
23+
private const string IP = "192.168.86.80";
2424
private TestLibraryiOS _testLibraryiOS;
2525
#endif
2626
private const string BASE_URL = PROTOCOL + IP + PORT;

Assets/Adjust/iOS/Adjust.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust SDK
44
//
5-
// V4.29.5
5+
// V4.29.6
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//
@@ -48,6 +48,7 @@ extern NSString * __nonnull const ADJAdRevenueSourceAppLovinMAX;
4848
extern NSString * __nonnull const ADJAdRevenueSourceMopub;
4949
extern NSString * __nonnull const ADJAdRevenueSourceAdMob;
5050
extern NSString * __nonnull const ADJAdRevenueSourceIronSource;
51+
extern NSString * __nonnull const ADJAdRevenueSourceAdMost;
5152

5253
/**
5354
* Constants for country app's URL strategies.

Assets/Adjust/iOS/AdjustSdk.a

11.7 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)