File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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
1010 {
11- private const string sdkPrefix = "unity4.24.0 " ;
11+ private const string sdkPrefix = "unity4.24.1 " ;
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" ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace com.adjust.sdk
1717{
1818 public class AdjustWindows
1919 {
20- private const string sdkPrefix = "unity4.24.0 " ;
20+ private const string sdkPrefix = "unity4.24.1 " ;
2121 private static bool appLaunched = false ;
2222
2323 public static void Start ( AdjustConfig adjustConfig )
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
1010 {
11- private const string sdkPrefix = "unity4.24.0 " ;
11+ private const string sdkPrefix = "unity4.24.1 " ;
1212
1313 [ DllImport ( "__Internal" ) ]
1414 private static extern void _AdjustLaunchApp (
Original file line number Diff line number Diff line change 1- 4.24.0
1+ 4.24.1
Original file line number Diff line number Diff line change 1- ## Migrate your Adjust SDK for Unity3d to 4.24.0 from 3.4.4
1+ ## Migrate your Adjust SDK for Unity3d to 4.24.1 from 3.4.4
22
33### Migration procedure
44
You can’t perform that action at this time.
0 commit comments