Skip to content

Releases: adjust/android_sdk

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 sdk-v5@adjust.com.

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 sdk-v5@adjust.com.

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

Version 4.38.3

26 Mar 13:09
65b3b8a
Compare
Choose a tag to compare

Added

  • Added support for Samsung CloudDev SDK to read Google Play Advertising Identifier.

Changed

  • Removed webbridge unused code.

Pull Request #598

Version 4.38.2

28 Feb 15:37
e4222a8
Compare
Choose a tag to compare

Fixed

  • Fixed occasional invalid signature cases when SDK package payload would be altered right before sending.

Changed

  • Updated order of tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.

Pull Request #595

Version 4.38.1

30 Jan 10:53
57f4684
Compare
Choose a tag to compare

Added

  • Added support for TradPlus ad revenue tracking.

Pull Request #593

Version 4.38.0

19 Jan 10:40
6b58557
Compare
Choose a tag to compare

Added

  • Added toMap() method to AdjustAttribution class to get all its fields in a Map<String, String> (thanks to @ntsk).
  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink(Uri url, Context context, OnDeeplinkResolvedListener callback) method of the Adjust instance.

Pull Request #590

Version 4.37.1

19 Jan 10:43
70fa9e9
Compare
Choose a tag to compare

Fixed

  • Added null check for the OnDeviceIdsRead callback object passed to Adjust.getGoogleAdId method to avoid NullPointerException.

Changed


Pull Request #588