File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace com.adjust.sdk
9
9
#if UNITY_ANDROID
10
10
public class AdjustAndroid
11
11
{
12
- private const string sdkPrefix = "unity4.12.3 " ;
12
+ private const string sdkPrefix = "unity4.12.4 " ;
13
13
14
14
private static bool launchDeferredDeeplink = true ;
15
15
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace com.adjust.sdk
16
16
{
17
17
public class AdjustWindows
18
18
{
19
- private const string sdkPrefix = "unity4.12.3 " ;
19
+ private const string sdkPrefix = "unity4.12.4 " ;
20
20
private static bool appLaunched = false ;
21
21
22
22
public static void Start ( AdjustConfig adjustConfig )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace com.adjust.sdk
9
9
#if UNITY_IOS
10
10
public class AdjustiOS
11
11
{
12
- private const string sdkPrefix = "unity4.12.3 " ;
12
+ private const string sdkPrefix = "unity4.12.4 " ;
13
13
14
14
[ DllImport ( "__Internal" ) ]
15
15
private static extern void _AdjustLaunchApp (
Original file line number Diff line number Diff line change 1
- 4.12.3
1
+ 4.12.4
Original file line number Diff line number Diff line change 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
2
2
3
3
### Migration procedure
4
4
@@ -9,7 +9,7 @@ keeping in `Assets/Plugins` folder.
9
9
10
10
For migration purposes, we have prepared the Adjust SDK uninstall script written in Python (` adjust_uninstall.py ` ).
11
11
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:
13
13
14
14
1 . Copy the ` adjust_uninstall.py ` script to your root Unity project directory and run it. This script should
15
15
delete all adjust source files from the previous SDK version you had.
You can’t perform that action at this time.
0 commit comments