Skip to content

Releases: adjust/android_sdk

Version 5.4.0

02 May 08:53
3b78c5a
Compare
Choose a tag to compare

Added

  • Added support for configuring store information via the AdjustStoreInfo object. You can now specify the store name and store app ID using setStoreInfo method on your AdjustConfig instance. This enables the SDK to record the intended app store source during initialization.

Pull Request #638


Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.

Version 5.3.0

16 Apr 12:01
e630d99
Compare
Choose a tag to compare

Added

  • Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the enableFirstSessionDelay method on your AdjustConfig instance. To end the delay, make sure to call endFirstSessionDelay method of Adjust instance. For more details about this feature, refer to the official documentation.

Pull Request #635


Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.

Version 5.2.0

24 Mar 16:48
427a440
Compare
Choose a tag to compare

Added

  • Added ability to send organic search referrer together with deep link.

Pull Request #634


Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.

Version 5.1.0

28 Jan 10:53
e975ab6
Compare
Choose a tag to compare

Added

  • Added jsonResponse field (JSON string) to AdjustAttribution where every key-value pair sent by the backend as part of the attribution response can be found. Equivalently, one can also find jsonResponse field being part of the attribution instance in the web bridge API.

Fixed

  • Fixed occasional NPE occurrences when app was entering background (#630).

Changed

  • Updated Gradle version to 8.8.0.
  • Updated the Adjust Signature library version to 3.35.2.
  • Updated isEnabled listener to be invoked from the main thread.

Pull Request #631


Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.

Version 5.0.2

05 Dec 20:38
942960d
Compare
Choose a tag to compare

Changed

  • Switched to depending on a specific version of the signature library.

Pull Request #626


Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.

Version 5.0.1

18 Sep 09:50
c0f78d2
Compare
Choose a tag to compare

Fixed

  • Fixed ANR while reading install referrer from Shared Preferences during SDK initialization.
  • Fixed typo in SUPPRESS log level constant and renamed it from SUPRESS to SUPPRESS (#613).

Changed

  • Added validation when passing callback / partner parameters and third party sharing granular options / partner sharing setting parameters in web bridge.
  • Updated some log messages to add more clarity.

Pull Request #615


Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.

Version 5.0.0

02 Aug 15:06
2fa1a0a
Compare
Choose a tag to compare

We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.

On our Signature releases page, you can find the latest version of the Signature library to integrate into your app.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

In case you were using beta version of the SDK v5, please switch to the official v5 release.

Version 4.38.5

02 Jul 12:52
753e4e6
Compare
Choose a tag to compare

Fixed

  • Fixed occasional crash while invoking deeplink resolution callback.

Pull Request #605

Version 5.0.0-beta1

31 May 15:55
Compare
Choose a tag to compare
Version 5.0.0-beta1 Pre-release
Pre-release

We’re excited to release the first beta of our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out this beta in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

Version 4.38.4

14 May 16:13
b322fd4
Compare
Choose a tag to compare

Added

  • Added sending of the additional SDK observability parameters for debugging purposes.

Pull Request #600