Skip to content

Commit 2f281f2

Browse files
authored
Merge pull request #325 from adjust/v507
Version 5.0.7
2 parents 5fe2ee2 + 5a577e1 commit 2f281f2

File tree

11 files changed

+24
-8
lines changed

11 files changed

+24
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<dependencies>
33
<androidPackages>
4-
<androidPackage spec="com.adjust.sdk:adjust-android:5.0.2">
4+
<androidPackage spec="com.adjust.sdk:adjust-android:5.1.0">
55
</androidPackage>
66
<androidPackage spec="com.android.installreferrer:installreferrer:2.2">
77
</androidPackage>
88
</androidPackages>
99
<iosPods>
10-
<iosPod name="Adjust" version="5.0.1" minTargetSdk="12.0">
10+
<iosPod name="Adjust" version="5.1.0" minTargetSdk="12.0">
1111
</iosPod>
1212
</iosPods>
1313
</dependencies>

Assets/Adjust/Scripts/AdjustAndroid.cs

+1-1
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.0.6";
11+
private const string sdkPrefix = "unity5.0.7";
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

+1-1
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.0.6";
11+
private const string sdkPrefix = "unity5.0.7";
1212

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

Assets/Adjust/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.adjust.sdk",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"unity": "2019.4",
55
"displayName": "Adjust",
66
"license": "MIT",
-454 Bytes
Binary file not shown.
-434 Bytes
Binary file not shown.
488 Bytes
Binary file not shown.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 5.0.7 (4th February 2025)
2+
#### Added
3+
- Added sending of the additional parameter to improve troubleshooting of `SKAdNetwork` related issues.
4+
5+
#### Fixed
6+
- Fixed occasional occurrences in which ATT waiting interval timer was not being started.
7+
- Fixed occasional NPE occurrences when app was entering background (https://github.com/adjust/android_sdk/issues/630).
8+
9+
#### Native SDKs
10+
- [[email protected]][ios_sdk_v5.1.0]
11+
- [[email protected]][android_sdk_v5.1.0]
12+
13+
---
14+
115
### Version 5.0.6 (5th December 2024)
216
#### Fixed
317
- Cleaned up unused methods from the API.
@@ -1354,6 +1368,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
13541368
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2
13551369
[ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0
13561370
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
1371+
[ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
13571372

13581373
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
13591374
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -1409,6 +1424,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
14091424
[android_sdk_v5.0.0]: https://github.com/adjust/android_sdk/tree/v5.0.0
14101425
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
14111426
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
1427+
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
14121428

14131429
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
14141430
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.6
1+
5.0.7

ext/android/sdk

Submodule sdk updated 32 files

0 commit comments

Comments
 (0)