Skip to content

Commit

Permalink
Merge pull request #129 from adjust/v4124
Browse files Browse the repository at this point in the history
Version 4.12.4
  • Loading branch information
uerceg authored Mar 9, 2018
2 parents c11432c + 657de57 commit 2452978
Show file tree
Hide file tree
Showing 20 changed files with 1,069 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Assets/Adjust/Android/AdjustAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace com.adjust.sdk
#if UNITY_ANDROID
public class AdjustAndroid
{
private const string sdkPrefix = "unity4.12.3";
private const string sdkPrefix = "unity4.12.4";

private static bool launchDeferredDeeplink = true;

Expand Down
Binary file modified Assets/Adjust/Android/adjust-android.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust/Android/adjust-android.jar.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Adjust/Windows/AdjustWindows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace com.adjust.sdk
{
public class AdjustWindows
{
private const string sdkPrefix = "unity4.12.3";
private const string sdkPrefix = "unity4.12.4";
private static bool appLaunched = false;

public static void Start(AdjustConfig adjustConfig)
Expand Down
142 changes: 134 additions & 8 deletions Assets/Adjust/iOS/ADJEventFailure.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

142 changes: 134 additions & 8 deletions Assets/Adjust/iOS/ADJEventSuccess.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2452978

Please sign in to comment.