Skip to content

Commit 3190819

Browse files
committed
New version 4.12.4
1 parent 67666fa commit 3190819

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Assets/Adjust/Android/AdjustAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace com.adjust.sdk
99
#if UNITY_ANDROID
1010
public class AdjustAndroid
1111
{
12-
private const string sdkPrefix = "unity4.12.3";
12+
private const string sdkPrefix = "unity4.12.4";
1313

1414
private static bool launchDeferredDeeplink = true;
1515

Assets/Adjust/Windows/AdjustWindows.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace com.adjust.sdk
1616
{
1717
public class AdjustWindows
1818
{
19-
private const string sdkPrefix = "unity4.12.3";
19+
private const string sdkPrefix = "unity4.12.4";
2020
private static bool appLaunched = false;
2121

2222
public static void Start(AdjustConfig adjustConfig)

Assets/Adjust/iOS/AdjustiOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace com.adjust.sdk
99
#if UNITY_IOS
1010
public class AdjustiOS
1111
{
12-
private const string sdkPrefix = "unity4.12.3";
12+
private const string sdkPrefix = "unity4.12.4";
1313

1414
[DllImport("__Internal")]
1515
private static extern void _AdjustLaunchApp(

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.3
1+
4.12.4

doc/migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migrate your Adjust SDK for Unity3d to 4.12.3 from 3.4.4
1+
## Migrate your Adjust SDK for Unity3d to 4.12.4 from 3.4.4
22

33
### Migration procedure
44

@@ -9,7 +9,7 @@ keeping in `Assets/Plugins` folder.
99

1010
For migration purposes, we have prepared the Adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
1111

12-
Migration to version 4.12.3 of our SDK requires the following steps:
12+
Migration to version 4.12.4 of our SDK requires the following steps:
1313

1414
1. Copy the `adjust_uninstall.py` script to your root Unity project directory and run it. This script should
1515
delete all adjust source files from the previous SDK version you had.

0 commit comments

Comments
 (0)