Skip to content

Commit

Permalink
Merge pull request #230 from adjust/v4294
Browse files Browse the repository at this point in the history
Version 4.29.4
  • Loading branch information
uerceg authored Sep 7, 2021
2 parents 51334ed + b7e9089 commit c4d8a75
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/Adjust/Android/AdjustAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace com.adjust.sdk
#if UNITY_ANDROID
public class AdjustAndroid
{
private const string sdkPrefix = "unity4.29.3";
private const string sdkPrefix = "unity4.29.4";
private static bool launchDeferredDeeplink = true;
private static AndroidJavaClass ajcAdjust = new AndroidJavaClass("com.adjust.sdk.Adjust");
private static AndroidJavaObject ajoCurrentActivity = new AndroidJavaClass("com.unity3d.player.UnityPlayer").GetStatic<AndroidJavaObject>("currentActivity");
Expand Down
Binary file modified Assets/Adjust/Android/adjust-android.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust/Windows/AdjustWindows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace com.adjust.sdk
{
public class AdjustWindows
{
private const string sdkPrefix = "unity4.29.3";
private const string sdkPrefix = "unity4.29.4";
private static bool appLaunched = false;

public static void Start(AdjustConfig adjustConfig)
Expand Down
3 changes: 2 additions & 1 deletion Assets/Adjust/iOS/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Adjust.h
// Adjust SDK
//
// V4.29.3
// V4.29.5
// Created by Christian Wellenbrock (@wellle) on 23rd July 2013.
// Copyright (c) 2012-2021 Adjust GmbH. All rights reserved.
//
Expand All @@ -13,6 +13,7 @@
#import "ADJSubscription.h"
#import "ADJThirdPartySharing.h"
#import "ADJAdRevenue.h"
#import "ADJLinkResolution.h"

@interface AdjustTestOptions : NSObject

Expand Down
Binary file modified Assets/Adjust/iOS/AdjustSdk.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Adjust/iOS/AdjustiOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace com.adjust.sdk
#if UNITY_IOS
public class AdjustiOS
{
private const string sdkPrefix = "unity4.29.3";
private const string sdkPrefix = "unity4.29.4";

[DllImport("__Internal")]
private static extern void _AdjustLaunchApp(
Expand Down
Binary file modified Assets/Adjust/iOS/Test/AdjustTestLibrary.a
Binary file not shown.
Binary file modified Assets/AdjustOaid/Android/adjust-android-oaid.jar
Binary file not shown.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Version 4.29.4 (7th September 2021)
#### Added
- Added support to OAID plugin for MSA SDK v1.0.26.
- Added sending of information when was the call to `registerAppForAdNetworkAttribution` method made in iOS.

#### Native SDKs
- [[email protected]][ios_sdk_v4.29.5]
- [[email protected]][android_sdk_v4.28.4]

---

### Version 4.29.3 (27th July 2021)
#### Fixed
- Fixed missing authorization header in retry requests on Android.
Expand Down Expand Up @@ -935,6 +946,7 @@
[ios_sdk_v4.29.0]: https://github.com/adjust/ios_sdk/tree/v4.29.0
[ios_sdk_v4.29.2]: https://github.com/adjust/ios_sdk/tree/v4.29.2
[ios_sdk_v4.29.3]: https://github.com/adjust/ios_sdk/tree/v4.29.3
[ios_sdk_v4.29.5]: https://github.com/adjust/ios_sdk/tree/v4.29.5

[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
Expand Down Expand Up @@ -971,6 +983,7 @@
[android_sdk_v4.28.1]: https://github.com/adjust/android_sdk/tree/v4.28.1
[android_sdk_v4.28.2]: https://github.com/adjust/android_sdk/tree/v4.28.2
[android_sdk_v4.28.3]: https://github.com/adjust/android_sdk/tree/v4.28.3
[android_sdk_v4.28.4]: https://github.com/adjust/android_sdk/tree/v4.28.4

[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.29.3
4.29.4
2 changes: 1 addition & 1 deletion doc/english/migration/migrate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Migrate your Adjust SDK for Unity3d to 4.29.3 from 3.4.4
## Migrate your Adjust SDK for Unity3d to 4.29.4 from 3.4.4

### Migration procedure

Expand Down
2 changes: 1 addition & 1 deletion ext/android/sdk
Submodule sdk updated 33 files
+1 −1 Adjust/build.gradle
+10 −2 Adjust/example-app-tv/src/main/AndroidManifest.xml
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/Adjust.java
+79 −44 Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustInstance.java
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/Constants.java
+15 −4 Adjust/sdk-core/src/main/java/com/adjust/sdk/DeviceInfo.java
+12 −0 Adjust/sdk-core/src/main/java/com/adjust/sdk/PackageBuilder.java
+1 −1 Adjust/sdk-plugin-criteo/build.gradle
+1 −1 Adjust/sdk-plugin-imei/build.gradle
+2 −5 Adjust/sdk-plugin-oaid/build.gradle
+ Adjust/sdk-plugin-oaid/libs/oaid_sdk_1.0.25.aar
+ Adjust/sdk-plugin-oaid/libs/oaid_sdk_1.0.26.aar
+12 −5 Adjust/sdk-plugin-oaid/src/main/java/com/adjust/sdk/oaid/AdjustOaid.java
+9 −9 Adjust/sdk-plugin-oaid/src/main/java/com/adjust/sdk/oaid/MsaSdkClient.java
+23 −0 Adjust/sdk-plugin-oaid/src/main/java/com/adjust/sdk/oaid/Util.java
+1 −1 Adjust/sdk-plugin-sociomantic/build.gradle
+1 −1 Adjust/sdk-plugin-trademob/build.gradle
+1 −1 Adjust/sdk-plugin-webbridge/build.gradle
+1 −1 Adjust/sdk-plugin-webbridge/src/main/assets/adjust.js
+1 −1 Adjust/test-unit/src/androidTest/java/com/adjust/sdk/TestActivityPackage.java
+10 −0 CHANGELOG.md
+2 −2 README.md
+1 −1 VERSION
+16 −2 doc/chinese/README.md
+2 −2 doc/chinese/plugins/oaid.md
+1 −1 doc/english/migration/migrate.md
+2 −2 doc/english/plugins/oaid.md
+2 −2 doc/english/sdk-to-sdk/admob.md
+16 −2 doc/japanese/README.md
+1 −1 doc/japanese/migration/migrate.md
+2 −2 doc/japanese/plugins/oaid.md
+16 −2 doc/korean/README.md
+2 −2 doc/korean/plugins/oaid.md

0 comments on commit c4d8a75

Please sign in to comment.