Skip to content

Commit cc16a99

Browse files
authored
Merge pull request #345 from adjust/v543
Version 5.4.3
2 parents ac2d107 + 890b7b4 commit cc16a99

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<dependencies>
33
<androidPackages>
4-
<androidPackage spec="com.adjust.sdk:adjust-android:5.4.2">
4+
<androidPackage spec="com.adjust.sdk:adjust-android:5.4.4">
55
</androidPackage>
66
<androidPackage spec="com.android.installreferrer:installreferrer:2.2">
77
</androidPackage>
88
</androidPackages>
99
<iosPods>
10-
<iosPod name="Adjust" version="5.4.3" minTargetSdk="12.0"/>
10+
<iosPod name="Adjust" version="5.4.4" minTargetSdk="12.0"/>
1111
</iosPods>
1212
</dependencies>

Assets/Adjust/Scripts/AdjustAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace AdjustSdk
88
#if UNITY_ANDROID
99
public class AdjustAndroid
1010
{
11-
private const string sdkPrefix = "unity5.4.2";
11+
private const string sdkPrefix = "unity5.4.3";
1212
private static bool isDeferredDeeplinkOpeningEnabled = true;
1313
private static AndroidJavaClass ajcAdjust = new AndroidJavaClass("com.adjust.sdk.Adjust");
1414
private static AndroidJavaObject ajoCurrentActivity = new AndroidJavaClass("com.unity3d.player.UnityPlayer").GetStatic<AndroidJavaObject>("currentActivity");

Assets/Adjust/Scripts/AdjustiOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace AdjustSdk
88
#if UNITY_IOS
99
public class AdjustiOS
1010
{
11-
private const string sdkPrefix = "unity5.4.2";
11+
private const string sdkPrefix = "unity5.4.3";
1212

1313
// app callbacks as method parameters
1414
private static List<Action<bool>> appIsEnabledGetterCallbacks;

Assets/Adjust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.adjust.sdk",
3-
"version": "5.4.2",
3+
"version": "5.4.3",
44
"unity": "2019.4",
55
"displayName": "Adjust",
66
"license": "MIT",
288 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 5.4.3 (18th September 2025)
2+
#### Added
3+
- Added support for processing deferred deep links in session responses.
4+
- Added support for Google License Verification (LVL). For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/unity/plugins/google-lvl-plugin).
5+
6+
#### Native SDKs
7+
- [iOS@v5.4.4][ios_sdk_v5.4.4]
8+
- [Android@v5.4.4][android_sdk_v5.4.4]
9+
10+
---
11+
112
### Version 5.4.2 (11th August 2025)
213
#### Fixed
314
- Added missing ability to disable IDFV reading. You can do this by setting `IsIdfvReadingEnabled` property of your `AdjustConfig` instance to `false`.
@@ -1469,6 +1480,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
14691480
[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
14701481
[ios_sdk_v5.4.1]: https://github.com/adjust/ios_sdk/tree/v5.4.1
14711482
[ios_sdk_v5.4.3]: https://github.com/adjust/ios_sdk/tree/v5.4.3
1483+
[ios_sdk_v5.4.4]: https://github.com/adjust/ios_sdk/tree/v5.4.4
14721484

14731485
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
14741486
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -1529,6 +1541,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
15291541
[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0
15301542
[android_sdk_v5.4.1]: https://github.com/adjust/android_sdk/tree/v5.4.1
15311543
[android_sdk_v5.4.2]: https://github.com/adjust/android_sdk/tree/v5.4.2
1544+
[android_sdk_v5.4.4]: https://github.com/adjust/android_sdk/tree/v5.4.4
15321545

15331546
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
15341547
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.2
1+
5.4.3

ext/android/sdk

Submodule sdk updated 54 files

0 commit comments

Comments
 (0)