File tree 5 files changed +5
-5
lines changed
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
8
8
#if UNITY_ANDROID
9
9
public class AdjustAndroid
10
10
{
11
- private const string sdkPrefix = "unity4.38.0 " ;
11
+ private const string sdkPrefix = "unity4.38.1 " ;
12
12
private static bool launchDeferredDeeplink = true ;
13
13
private static AndroidJavaClass ajcAdjust = new AndroidJavaClass ( "com.adjust.sdk.Adjust" ) ;
14
14
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
17
17
{
18
18
public class AdjustWindows
19
19
{
20
- private const string sdkPrefix = "unity4.38.0 " ;
20
+ private const string sdkPrefix = "unity4.38.1 " ;
21
21
private static bool appLaunched = false ;
22
22
23
23
public static void Start ( AdjustConfig adjustConfig )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace com.adjust.sdk
8
8
#if UNITY_IOS
9
9
public class AdjustiOS
10
10
{
11
- private const string sdkPrefix = "unity4.38.0 " ;
11
+ private const string sdkPrefix = "unity4.38.1 " ;
12
12
13
13
[ DllImport ( "__Internal" ) ]
14
14
private static extern void _AdjustLaunchApp (
Original file line number Diff line number Diff line change 1
- 4.38.0
1
+ 4.38.1
Original file line number Diff line number Diff line change 1
- ## Migrate your Adjust SDK for Unity3d to 4.38.0 from 3.4.4
1
+ ## Migrate your Adjust SDK for Unity3d to 4.38.1 from 3.4.4
2
2
3
3
### Migration procedure
4
4
You can’t perform that action at this time.
0 commit comments