Skip to content

Releases: adjust/android_sdk

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.

Version 5.3.0

16 Apr 12:01
e630d99

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

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

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

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.