Skip to content

Commit 36626ac

Browse files
authored
Merge pull request #289 from adjust/v4372
Version 4.37.2
2 parents 5d7de1f + 827ebdc commit 36626ac

File tree

12 files changed

+24
-8
lines changed

12 files changed

+24
-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.37.1";
11+
private const string sdkPrefix = "unity4.37.2";
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");
-119 Bytes
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.37.1";
20+
private const string sdkPrefix = "unity4.37.2";
2121
private static bool appLaunched = false;
2222

2323
public static void Start(AdjustConfig adjustConfig)

Assets/Adjust/iOS/Adjust.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Adjust.h
33
// Adjust SDK
44
//
5-
// V4.37.1
5+
// V4.37.2
66
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
77
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
88
//

Assets/Adjust/iOS/AdjustSdk.a

3.79 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.37.1";
11+
private const string sdkPrefix = "unity4.37.2";
1212

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

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 4.37.2 (21st March 2024)
2+
#### Fixed
3+
- Fixed occasional invalid signature cases in Android when SDK package payload would be altered right before sending.
4+
5+
#### Changed
6+
- Added tracking of `third_party_sharing` and `measurement_consent` packages if invoked before SDK initialization in subsequent SDK initializations.
7+
8+
#### Native SDKs
9+
- [[email protected]][ios_sdk_v4.37.2]
10+
- [[email protected]][android_sdk_v4.38.2]
11+
- [[email protected]][windows_sdk_v4.17.0]
12+
13+
---
14+
115
### Version 4.37.1 (19th February 2024)
216
#### Added
317
- Added support for `TradPlus` ad revenue tracking.
@@ -1212,6 +1226,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
12121226
[ios_sdk_v4.36.0]: https://github.com/adjust/ios_sdk/tree/v4.36.0
12131227
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0
12141228
[ios_sdk_v4.37.1]: https://github.com/adjust/ios_sdk/tree/v4.37.1
1229+
[ios_sdk_v4.37.2]: https://github.com/adjust/ios_sdk/tree/v4.37.2
12151230

12161231
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
12171232
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -1262,6 +1277,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
12621277
[android_sdk_v4.37.0]: https://github.com/adjust/android_sdk/tree/v4.37.0
12631278
[android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0
12641279
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1
1280+
[android_sdk_v4.38.2]: https://github.com/adjust/android_sdk/tree/v4.38.2
12651281

12661282
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
12671283
[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.37.1
1+
4.37.2

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.37.1 from 3.4.4
1+
## Migrate your Adjust SDK for Unity3d to 4.37.2 from 3.4.4
22

33
### Migration procedure
44

0 commit comments

Comments
 (0)