Skip to content

Commit 3a7cd6f

Browse files
authored
Merge pull request #184 from adjust/v4221
Version 4.22.1
2 parents 8797331 + d0b07fd commit 3a7cd6f

File tree

12 files changed

+19
-7
lines changed

12 files changed

+19
-7
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.22.0";
11+
private const string sdkPrefix = "unity4.22.1";
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");
0 Bytes
Binary file not shown.
0 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.22.0";
20+
private const string sdkPrefix = "unity4.22.1";
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
44
//
5-
// V4.22.0
5+
// V4.22.1
66
// Created by Christian Wellenbrock (wellle) on 23rd July 2013.
77
// Copyright © 2012-2017 Adjust GmbH. All rights reserved.
88
//

Assets/Adjust/iOS/AdjustSdk.a

3.2 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.22.0";
11+
private const string sdkPrefix = "unity4.22.1";
1212

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

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 4.22.1 (5th June 2020)
2+
#### Fixed
3+
- Fixed `copyWithZone:` method implementation in `ADJSubscription.m` (native iOS SDK update).
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v4.22.1]
7+
- [[email protected]][android_sdk_v4.22.0]
8+
- [[email protected]][windows_sdk_v4.17.0]
9+
10+
---
11+
112
### Version 4.22.0 (5th June 2020)
213
#### Added
314
- Added subscription tracking feature.
@@ -733,6 +744,7 @@
733744
[ios_sdk_v4.21.1]: https://github.com/adjust/ios_sdk/tree/v4.21.1
734745
[ios_sdk_v4.21.2]: https://github.com/adjust/ios_sdk/tree/v4.21.2
735746
[ios_sdk_v4.22.0]: https://github.com/adjust/ios_sdk/tree/v4.22.0
747+
[ios_sdk_v4.22.1]: https://github.com/adjust/ios_sdk/tree/v4.22.1
736748

737749
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
738750
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.22.0
1+
4.22.1

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

33
### Migration procedure
44

0 commit comments

Comments
 (0)