Skip to content

Commit f2a4681

Browse files
authored
Merge pull request #177 from adjust/v4213
Version 4.21.3
2 parents dc6a78a + 0078ae9 commit f2a4681

File tree

13 files changed

+19
-8
lines changed

13 files changed

+19
-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.21.2";
11+
private const string sdkPrefix = "unity4.21.3";
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.21.2";
20+
private const string sdkPrefix = "unity4.21.3";
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.21.2
5+
// V4.21.3
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

28.4 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.21.2";
11+
private const string sdkPrefix = "unity4.21.3";
1212

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

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 4.21.3 (4th May 2020)
2+
#### Fixed
3+
- Removed iAd timer from iOS native SDK.
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v4.21.3]
7+
- [[email protected]][android_sdk_v4.21.1]
8+
- [[email protected]][windows_sdk_v4.17.0]
9+
10+
---
11+
112
### Version 4.21.2 (15th April 2020)
213
#### Fixed
314
- Added check for iOS timer source and block existence prior to starting it.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.21.2
1+
4.21.3

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

33
### Migration procedure
44

0 commit comments

Comments
 (0)