Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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