File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace AdjustSdk
8
8
#if UNITY_ANDROID
9
9
public class AdjustAndroid
10
10
{
11
- private const string sdkPrefix = "unity5.1.1 " ;
11
+ private const string sdkPrefix = "unity5.1.2 " ;
12
12
private static bool isDeferredDeeplinkOpeningEnabled = 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 @@ -8,7 +8,7 @@ namespace AdjustSdk
8
8
#if UNITY_IOS
9
9
public class AdjustiOS
10
10
{
11
- private const string sdkPrefix = "unity5.1.1 " ;
11
+ private const string sdkPrefix = "unity5.1.2 " ;
12
12
13
13
// app callbacks as method parameters
14
14
private static List < Action < bool > > appIsEnabledGetterCallbacks ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.adjust.sdk" ,
3
- "version" : " 5.1.1 " ,
3
+ "version" : " 5.1.2 " ,
4
4
"unity" : " 2019.4" ,
5
5
"displayName" : " Adjust" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
- 5.1.1
1
+ 5.1.2
You can’t perform that action at this time.
0 commit comments