Skip to content

Commit 9deccb0

Browse files
author
uerceg
committed
New version 4.0.4
1 parent 7179330 commit 9deccb0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Assets/Adjust/Android/AdjustAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace com.adjust.sdk
1010
#if UNITY_ANDROID
1111
public class AdjustAndroid : IAdjust
1212
{
13-
private const string sdkPrefix = "unity4.0.3";
13+
private const string sdkPrefix = "unity4.0.4";
1414
private AndroidJavaClass ajcAdjust;
1515
private AndroidJavaObject ajoCurrentActivity;
1616
private AttributionChangeListener onAttributionChangedListener;

Assets/Adjust/iOS/AdjustiOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace com.adjust.sdk
1010
#if UNITY_IOS
1111
public class AdjustiOS : IAdjust
1212
{
13-
private const string sdkPrefix = "unity4.0.3";
13+
private const string sdkPrefix = "unity4.0.4";
1414

1515
#region External methods
1616

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
4.0.4

doc/migrate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
## Migrate your adjust SDK for Unity3d to 4.0.3 from 3.4.4
1+
## Migrate your adjust SDK for Unity3d to 4.0.4 from 3.4.4
22

3-
N.B. At the moment, SDK 4.0.3 for Unity supports Android and iOS, but not Windows. If you are planning to release your Unity app on Windows, please migrate to 4.0.3 only when we add full support for Windows.
3+
N.B. At the moment, SDK 4.0.4 for Unity supports Android and iOS, but not Windows. If you are planning to release your Unity app on Windows, please migrate to 4.0.4 only when we add full support for Windows.
44

55
### Migration procedure
66

7-
Starting from version 4.0.3, the structure of this repository is adjusted to Unity 5. All files which are part of the
7+
Starting from version 4.0.4, the structure of this repository is adjusted to Unity 5. All files which are part of the
88
adjust SDK are now moved to the `Assets/Adjust` folder, since Unity 5 allows that native files can now be placed
99
outside of `Assets/Plugins` folder. This is done so that adjust files are no longer mixed with files you may be
1010
keeping in `Assets/Plugins` folder.
1111

1212
For migration purposes, we have prepared two Unity packages:
1313

14-
* `Adjust_v4.0.3_Unity_4.unitypackage` (for Unity 4 users)
15-
* `Adjust_v4.0.3_Unity_5.unitypackage` (for Unity 5 users)
14+
* `Adjust_v4.0.4_Unity_4.unitypackage` (for Unity 4 users)
15+
* `Adjust_v4.0.4_Unity_5.unitypackage` (for Unity 5 users)
1616

1717
and the adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
1818

19-
Migration to version 4.0.3 of our SDK requires the following steps:
19+
Migration to version 4.0.4 of our SDK requires the following steps:
2020

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

0 commit comments

Comments
 (0)