File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace com.adjust.sdk
10
10
#if UNITY_ANDROID
11
11
public class AdjustAndroid
12
12
{
13
- private const string sdkPrefix = "unity4.12.5 " ;
13
+ private const string sdkPrefix = "unity4.13.0 " ;
14
14
private static bool launchDeferredDeeplink = true ;
15
15
16
16
private static AndroidJavaClass ajcAdjust = new AndroidJavaClass ( "com.adjust.sdk.Adjust" ) ;
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ public class TestApp : MonoBehaviour
10
10
public static readonly string TAG = "[TestApp]" ;
11
11
12
12
#if ( UNITY_WSA || UNITY_WP8 )
13
- public const string CLIENT_SDK = "unity4.12.5 @wuap4.13.0" ;
13
+ public const string CLIENT_SDK = "unity4.13.0 @wuap4.13.0" ;
14
14
private const string PORT = ":8080" ;
15
15
private const string PROTOCOL = "http://" ;
16
16
private const string BASE_URL = PROTOCOL + "localhost" + PORT ; // Windows simulator
17
17
#elif UNITY_ANDROID
18
- public const string CLIENT_SDK = "unity4.12.5 @android4.13.0" ;
18
+ public const string CLIENT_SDK = "unity4.13.0 @android4.13.0" ;
19
19
private const string PORT = ":8443" ;
20
20
private const string PROTOCOL = "https://" ;
21
21
private const string BASE_URL = PROTOCOL + "10.0.2.2" + PORT ; // Android simulator
22
22
#elif UNITY_IOS
23
- public const string CLIENT_SDK = "unity4.12.5 @ios4.13.0" ;
23
+ public const string CLIENT_SDK = "unity4.13.0 @ios4.13.0" ;
24
24
private const string PORT = ":8080" ;
25
25
private const string PROTOCOL = "http://" ;
26
26
private const string BASE_URL = PROTOCOL + "127.0.0.1" + PORT ; // iOS simulator
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.12.5 " ;
20
+ private const string sdkPrefix = "unity4.13.0 " ;
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 @@ -10,7 +10,7 @@ namespace com.adjust.sdk
10
10
#if UNITY_IOS
11
11
public class AdjustiOS
12
12
{
13
- private const string sdkPrefix = "unity4.12.5 " ;
13
+ private const string sdkPrefix = "unity4.13.0 " ;
14
14
15
15
[ DllImport ( "__Internal" ) ]
16
16
private static extern void _AdjustLaunchApp (
Original file line number Diff line number Diff line change 1
- 4.12.5
1
+ 4.13.0
Original file line number Diff line number Diff line change 1
- ## Migrate your Adjust SDK for Unity3d to 4.12.5 from 3.4.4
1
+ ## Migrate your Adjust SDK for Unity3d to 4.13.0 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.5 of our SDK requires the following steps:
12
+ Migration to version 4.13.0 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