Skip to content

Commit

Permalink
Merge pull request #225 from adjust/v4293
Browse files Browse the repository at this point in the history
Version 4.29.3
  • Loading branch information
uerceg authored Jul 27, 2021
2 parents 8b68602 + 6e6a561 commit 240b216
Show file tree
Hide file tree
Showing 10 changed files with 19 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.2";
private const string sdkPrefix = "unity4.29.3";
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.
4 changes: 2 additions & 2 deletions Assets/Adjust/Test/TestApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ public class TestApp : MonoBehaviour
#elif UNITY_ANDROID
private const string PORT = ":8443";
private const string PROTOCOL = "https://";
private const string IP = "192.168.86.75";
private const string IP = "192.168.86.32";
#elif UNITY_IOS
private const string PORT = ":8080";
private const string PROTOCOL = "http://";
private const string IP = "192.168.86.75";
private const string IP = "192.168.86.32";
private TestLibraryiOS _testLibraryiOS;
#endif
private const string BASE_URL = PROTOCOL + IP + PORT;
Expand Down
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.2";
private const string sdkPrefix = "unity4.29.3";
private static bool appLaunched = false;

public static void Start(AdjustConfig adjustConfig)
Expand Down
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.2";
private const string sdkPrefix = "unity4.29.3";

[DllImport("__Internal")]
private static extern void _AdjustLaunchApp(
Expand Down
Binary file modified Assets/AdjustOaid/Android/adjust-android-oaid.jar
Binary file not shown.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Version 4.29.3 (27th July 2021)
#### Fixed
- Fixed missing authorization header in retry requests on Android.

#### Native SDKs
- [[email protected]][ios_sdk_v4.29.3]
- [[email protected]][android_sdk_v4.28.3]

---

### Version 4.29.2 (23rd June 2021)
#### Changed
- Added deep link URL decoding before parsing its parameters for Android platform.
Expand Down Expand Up @@ -960,6 +970,7 @@
[android_sdk_v4.28.0]: https://github.com/adjust/android_sdk/tree/v4.28.0
[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

[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.2
4.29.3
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.2 from 3.4.4
## Migrate your Adjust SDK for Unity3d to 4.29.3 from 3.4.4

### Migration procedure

Expand Down
2 changes: 1 addition & 1 deletion ext/android/sdk
Submodule sdk updated 34 files
+1 −1 Adjust/build.gradle
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/Adjust.java
+1 −1 Adjust/sdk-core/src/main/java/com/adjust/sdk/Constants.java
+34 −21 Adjust/sdk-core/src/main/java/com/adjust/sdk/network/ActivityPackageSender.java
+1 −1 Adjust/sdk-plugin-criteo/build.gradle
+1 −1 Adjust/sdk-plugin-imei/build.gradle
+1 −1 Adjust/sdk-plugin-oaid/build.gradle
+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
+6 −0 CHANGELOG.md
+16 −2 README.md
+1 −1 VERSION
+30 −2 doc/chinese/README.md
+2 −2 doc/chinese/plugins/oaid.md
+30 −0 doc/chinese/sdk-to-sdk/admob.md
+30 −0 doc/chinese/sdk-to-sdk/applovin-max.md
+27 −0 doc/chinese/sdk-to-sdk/ironsource.md
+1 −1 doc/english/migration/migrate.md
+2 −2 doc/english/plugins/oaid.md
+1 −1 doc/english/sdk-to-sdk/admob.md
+30 −2 doc/japanese/README.md
+1 −1 doc/japanese/migration/migrate.md
+2 −2 doc/japanese/plugins/oaid.md
+30 −0 doc/japanese/sdk-to-sdk/admob.md
+29 −0 doc/japanese/sdk-to-sdk/applovin-max.md
+28 −0 doc/japanese/sdk-to-sdk/ironsource.md
+30 −2 doc/korean/README.md
+2 −2 doc/korean/plugins/oaid.md
+29 −0 doc/korean/sdk-to-sdk/admob.md
+30 −0 doc/korean/sdk-to-sdk/applovin-max.md
+28 −0 doc/korean/sdk-to-sdk/ironsource.md

0 comments on commit 240b216

Please sign in to comment.