diff --git a/Assets/Adjust/Scripts/AdjustAndroid.cs b/Assets/Adjust/Scripts/AdjustAndroid.cs index 4f24d42d..3c3917c9 100644 --- a/Assets/Adjust/Scripts/AdjustAndroid.cs +++ b/Assets/Adjust/Scripts/AdjustAndroid.cs @@ -8,7 +8,7 @@ namespace AdjustSdk #if UNITY_ANDROID public class AdjustAndroid { - private const string sdkPrefix = "unity5.0.4"; + private const string sdkPrefix = "unity5.0.5"; private static bool isDeferredDeeplinkOpeningEnabled = true; private static AndroidJavaClass ajcAdjust = new AndroidJavaClass("com.adjust.sdk.Adjust"); private static AndroidJavaObject ajoCurrentActivity = new AndroidJavaClass("com.unity3d.player.UnityPlayer").GetStatic("currentActivity"); @@ -57,7 +57,7 @@ public static void InitSdk(AdjustConfig adjustConfig) AndroidJavaObject ajoLogLevel; if (adjustConfig.LogLevel.Value.ToUppercaseString().Equals("SUPPRESS")) { - ajoLogLevel = new AndroidJavaClass("com.adjust.sdk.LogLevel").GetStatic("SUPRESS"); + ajoLogLevel = new AndroidJavaClass("com.adjust.sdk.LogLevel").GetStatic("SUPPRESS"); } else { diff --git a/Assets/Adjust/Scripts/AdjustiOS.cs b/Assets/Adjust/Scripts/AdjustiOS.cs index 60922d52..9c899c90 100644 --- a/Assets/Adjust/Scripts/AdjustiOS.cs +++ b/Assets/Adjust/Scripts/AdjustiOS.cs @@ -8,7 +8,7 @@ namespace AdjustSdk #if UNITY_IOS public class AdjustiOS { - private const string sdkPrefix = "unity5.0.4"; + private const string sdkPrefix = "unity5.0.5"; // app callbacks as method parameters private static List> appIsEnabledGetterCallbacks; diff --git a/Assets/Adjust/Scripts/Editor/AdjustEditor.cs b/Assets/Adjust/Scripts/Editor/AdjustEditor.cs index ba1e1fbf..7c5aea44 100644 --- a/Assets/Adjust/Scripts/Editor/AdjustEditor.cs +++ b/Assets/Adjust/Scripts/Editor/AdjustEditor.cs @@ -9,10 +9,10 @@ using UnityEditor.Callbacks; #if UNITY_IOS using UnityEditor.iOS.Xcode; -#endif #if UNITY_2019_3_OR_NEWER using UnityEditor.iOS.Xcode.Extensions; #endif +#endif namespace AdjustSdk { diff --git a/Assets/Adjust/package.json b/Assets/Adjust/package.json index 97284f9d..3d7ecfbc 100644 --- a/Assets/Adjust/package.json +++ b/Assets/Adjust/package.json @@ -1,6 +1,6 @@ { "name": "com.adjust.sdk", - "version": "5.0.4", + "version": "5.0.5", "unity": "2019.4", "displayName": "Adjust", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e0b356..ff2f4490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### Version 5.0.5 (24th October 2024) +#### Fixed +- Tagged the version which is now having submodules pointing to public repositories allowing OpenUPM to properly clone this repository (https://github.com/adjust/unity_sdk/issues/314). +- Fixed issue introduced with Unity SDK v5.0.4 where the old name of native Android log level enum was being referenced (https://github.com/adjust/unity_sdk/issues/316). +- Fixed error being thrown because of Adjust editor script in cases where iOS Build Support Unity module was not installed (https://github.com/adjust/unity_sdk/issues/317). + +#### Native SDKs +- [iOS@v5.0.1][ios_sdk_v5.0.1] +- [Android@v5.0.1][android_sdk_v5.0.1] + +--- + ### Version 5.0.4 (18th October 2024) #### Changed - Updated minimal supported Unity version to `2018.2`. diff --git a/VERSION b/VERSION index 2d6c0bcf..ab0fa336 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.4 +5.0.5 diff --git a/ext/ios/sdk b/ext/ios/sdk index c4197183..5a487935 160000 --- a/ext/ios/sdk +++ b/ext/ios/sdk @@ -1 +1 @@ -Subproject commit c419718364e9f360c602a17a64b91c591f33fe6a +Subproject commit 5a48793570916c6379696a9c16edb6e93939ce9e