File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88#if UNITY_ANDROID
99 public class AdjustAndroid : IAdjust {
1010 #region Fields
11- private const string sdkPrefix = "unity4.11.1 " ;
11+ private const string sdkPrefix = "unity4.11.2 " ;
1212
1313 private static bool launchDeferredDeeplink = true ;
1414
Original file line number Diff line number Diff line change 1111#endif
1212namespace com . adjust . sdk {
1313 public class AdjustMetro : IAdjust {
14- private const string sdkPrefix = "unity4.11.0 " ;
14+ private const string sdkPrefix = "unity4.11.2 " ;
1515
1616 public bool isEnabled ( ) {
1717#if UNITY_WSA_10_0
Original file line number Diff line number Diff line change 88
99namespace com . adjust . sdk {
1010 public class AdjustWP8 : IAdjust {
11- private const string sdkPrefix = "unity4.11.1 " ;
11+ private const string sdkPrefix = "unity4.11.2 " ;
1212
1313 public bool isEnabled ( ) {
1414 return AdjustWP . IsEnabled ( ) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88#if UNITY_IOS
99 public class AdjustiOS : IAdjust {
1010 #region Fields
11- private const string sdkPrefix = "unity4.11.1 " ;
11+ private const string sdkPrefix = "unity4.11.2 " ;
1212 #endregion
1313
1414 #region External methods
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ These are the minimal steps required to integrate the Adjust SDK into your Unity
5656
5757Download the latest version from our [ releases page] [ releases ] . In there you will find two Unity packages:
5858
59- * ** Adjust_v4.11.1_Unity_4 .unitypackage** - Use this package if you are using ** Unity IDE version 4** .
60- * ** Adjust_v4.11.1_Unity_5 .unitypackage** - Use this package if you are using ** Unity IDE version 5** .
59+ * ** Adjust_v4.11.2_Unity_4 .unitypackage** - Use this package if you are using ** Unity IDE version 4** .
60+ * ** Adjust_v4.11.2_Unity_5 .unitypackage** - Use this package if you are using ** Unity IDE version 5** .
6161
6262### <a id =" sdk-add " >Add the SDK to your project
6363
Original file line number Diff line number Diff line change 1111#endif
1212namespace com . adjust . sdk {
1313 public class AdjustMetro : IAdjust {
14- private const string sdkPrefix = "unity4.11.1 " ;
14+ private const string sdkPrefix = "unity4.11.2 " ;
1515
1616 public bool isEnabled ( ) {
1717#if UNITY_WSA_10_0
Original file line number Diff line number Diff line change 88
99namespace com . adjust . sdk {
1010 public class AdjustWP8 : IAdjust {
11- private const string sdkPrefix = "unity4.11.1 " ;
11+ private const string sdkPrefix = "unity4.11.2 " ;
1212
1313 public bool isEnabled ( ) {
1414 return AdjustWP . IsEnabled ( ) ;
Original file line number Diff line number Diff line change 1- 4.11.1
1+ 4.11.2
Original file line number Diff line number Diff line change 1- ## Migrate your adjust SDK for Unity3d to 4.11.1 from 3.4.4
1+ ## Migrate your adjust SDK for Unity3d to 4.11.2 from 3.4.4
22
33### Migration procedure
44
@@ -9,12 +9,12 @@ keeping in `Assets/Plugins` folder.
99
1010For migration purposes, we have prepared two Unity packages:
1111
12- * ` Adjust_v4.11.1_Unity_4 .unitypackage ` (for Unity 4 users)
13- * ` Adjust_v4.11.1_Unity_5 .unitypackage ` (for Unity 5 users)
12+ * ` Adjust_v4.11.2_Unity_4 .unitypackage ` (for Unity 4 users)
13+ * ` Adjust_v4.11.2_Unity_5 .unitypackage ` (for Unity 5 users)
1414
1515and the adjust SDK uninstall script written in Python (` adjust_uninstall.py ` ).
1616
17- Migration to version 4.11.1 of our SDK requires the following steps:
17+ Migration to version 4.11.2 of our SDK requires the following steps:
1818
19191 . Copy the ` adjust_uninstall.py ` script to your root Unity project directory and run it. This script should
2020delete all adjust source files from the previous SDK version you had.
You can’t perform that action at this time.
0 commit comments