Releases: adjust/android_sdk
Version 5.6.0
Added
- Added
setOnRemoteTriggerListenermethod toAdjustConfigto 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
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
Added
- Added
getAdidWithTimeoutmethod to theAdjustAPI to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned. - Added
getAttributionWithTimeoutmethod to theAdjustAPI to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned. - Added
disableAppSetIdReadingmethod toAdjustConfigto 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
Version 5.4.6 (7th November 2025)
Changed
- Refactored LVL plugin to use direct
Binderinterface instead ofAIDL.
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
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
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
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
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
Added
- Optimized the logic behind the
processAndResolveDeeplinkmethod 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
Added
- Added support for configuring store information via the
AdjustStoreInfoobject. You can now specify the store name and store app ID usingsetStoreInfomethod on yourAdjustConfiginstance. 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.