Skip to content

Releases: adjust/android_sdk

Version 5.6.0

30 Mar 20:05
5a1fba9

Choose a tag to compare

Added

  • Added setOnRemoteTriggerListener method to AdjustConfig to allow receiving remote trigger updates sent by Adjust backend.

Pull Request #657


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.5.1

04 Mar 13:30
bf75e3d

Choose a tag to compare

Fixed

  • Improved web bridge input validation to address a potential UXSS risk.
  • Hardened object deserialization handling for improved security.

Pull Request #656


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.5.0

05 Dec 16:36
82b59b8

Choose a tag to compare

Added

  • Added getAdidWithTimeout method to the Adjust API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned.
  • Added getAttributionWithTimeout method to the Adjust API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned.
  • Added disableAppSetIdReading method to AdjustConfig to allow disabling the SDK’s reading of the app set ID.

Changed

  • Updated the Adjust Signature library version to 3.62.0.

Pull Request #654


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.4.6

07 Nov 11:19
b0c927b

Choose a tag to compare

Version 5.4.6 (7th November 2025)

Changed

  • Refactored LVL plugin to use direct Binder interface instead of AIDL.

Pull Request #652


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.4.5

23 Oct 12:16
f94bb09

Choose a tag to compare

Version 5.4.5 (23rd October 2025)

Changed

  • Updated the Adjust Signature library version to 3.61.0.
  • Updated link resolution logic to include new Adjust domains where link resolution ends.

Pull Request #650


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.4.4

18 Sep 11:02

Choose a tag to compare

Added

  • Added support for Google License Verification (LVL). For more details about this feature, refer to the official documentation.

Pull Request #647


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.4.3

25 Aug 03:37
63579fb

Choose a tag to compare

Added

  • Added support for processing deferred deep links in session responses.

Pull Request #646


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.4.2

07 Aug 11:13
2abc832

Choose a tag to compare

Changed

  • Updated purchase verification handler (internal changes).

Pull Request #645


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.4.1

23 Jun 12:40
818a1d0

Choose a tag to compare

Added

  • Optimized the logic behind the processAndResolveDeeplink method to immediately return links that have already been resolved.

Changed

  • Updated the Adjust Signature library version to 3.47.0.

Pull Request #642


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.4.0

02 May 08:53
3b78c5a

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.