Skip to content

Commit c4d8a75

Browse files
authored
Merge pull request #230 from adjust/v4294
Version 4.29.4
2 parents 51334ed + b7e9089 commit c4d8a75

File tree

13 files changed

+22
-8
lines changed

13 files changed

+22
-8
lines changed

Assets/Adjust/Android/AdjustAndroid.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace com.adjust.sdk
88
#if UNITY_ANDROID
99
public class AdjustAndroid
1010
{
11-
private const string sdkPrefix = "unity4.29.3";
11+
private const string sdkPrefix = "unity4.29.4";
1212
private static bool launchDeferredDeeplink = true;
1313
private static AndroidJavaClass ajcAdjust = new AndroidJavaClass("com.adjust.sdk.Adjust");
1414
private static AndroidJavaObject ajoCurrentActivity = new AndroidJavaClass("com.unity3d.player.UnityPlayer").GetStatic<AndroidJavaObject>("currentActivity");
1.2 KB
Binary file not shown.

Assets/Adjust/Windows/AdjustWindows.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace com.adjust.sdk
1717
{
1818
public class AdjustWindows
1919
{
20-
private const string sdkPrefix = "unity4.29.3";
20+
private const string sdkPrefix = "unity4.29.4";
2121
private static bool appLaunched = false;
2222

2323
public static void Start(AdjustConfig adjustConfig)

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.3
5+
// V4.29.5
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//
@@ -13,6 +13,7 @@
1313
#import "ADJSubscription.h"
1414
#import "ADJThirdPartySharing.h"
1515
#import "ADJAdRevenue.h"
16+
#import "ADJLinkResolution.h"
1617

1718
@interface AdjustTestOptions : NSObject
1819

Assets/Adjust/iOS/AdjustSdk.a

47.7 KB
Binary file not shown.

Assets/Adjust/iOS/AdjustiOS.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace com.adjust.sdk
88
#if UNITY_IOS
99
public class AdjustiOS
1010
{
11-
private const string sdkPrefix = "unity4.29.3";
11+
private const string sdkPrefix = "unity4.29.4";
1212

1313
[DllImport("__Internal")]
1414
private static extern void _AdjustLaunchApp(
0 Bytes
Binary file not shown.
877 Bytes
Binary file not shown.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 4.29.4 (7th September 2021)
2+
#### Added
3+
- Added support to OAID plugin for MSA SDK v1.0.26.
4+
- Added sending of information when was the call to `registerAppForAdNetworkAttribution` method made in iOS.
5+
6+
#### Native SDKs
7+
- [[email protected]][ios_sdk_v4.29.5]
8+
- [[email protected]][android_sdk_v4.28.4]
9+
10+
---
11+
112
### Version 4.29.3 (27th July 2021)
213
#### Fixed
314
- Fixed missing authorization header in retry requests on Android.
@@ -935,6 +946,7 @@
935946
[ios_sdk_v4.29.0]: https://github.com/adjust/ios_sdk/tree/v4.29.0
936947
[ios_sdk_v4.29.2]: https://github.com/adjust/ios_sdk/tree/v4.29.2
937948
[ios_sdk_v4.29.3]: https://github.com/adjust/ios_sdk/tree/v4.29.3
949+
[ios_sdk_v4.29.5]: https://github.com/adjust/ios_sdk/tree/v4.29.5
938950

939951
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
940952
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -971,6 +983,7 @@
971983
[android_sdk_v4.28.1]: https://github.com/adjust/android_sdk/tree/v4.28.1
972984
[android_sdk_v4.28.2]: https://github.com/adjust/android_sdk/tree/v4.28.2
973985
[android_sdk_v4.28.3]: https://github.com/adjust/android_sdk/tree/v4.28.3
986+
[android_sdk_v4.28.4]: https://github.com/adjust/android_sdk/tree/v4.28.4
974987

975988
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
976989
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.29.3
1+
4.29.4

doc/english/migration/migrate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migrate your Adjust SDK for Unity3d to 4.29.3 from 3.4.4
1+
## Migrate your Adjust SDK for Unity3d to 4.29.4 from 3.4.4
22

33
### Migration procedure
44

ext/android/sdk

0 commit comments

Comments
 (0)