Skip to content

Releases: adjust/android_sdk

Version 4.21.1

08 Apr 13:42
b10a872
Compare
Choose a tag to compare

Added

  • Added support for Huawei App Gallery install referrer.

Migration Guide.


Pull Request #436

Version 4.21.0

19 Mar 14:00
71f7443
Compare
Choose a tag to compare

Added

  • Added support for signature library as a plugin.
  • Added more aggressive sending retry logic for install session package.
  • Added additional parameters to ad_revenue package payload.

Fixed

  • Added timeout when reading Google Play Advertising Identifier.

Migration Guide.


Pull Request #430

Version 4.20.0

15 Jan 16:32
8e3e327
Compare
Choose a tag to compare

Added

  • Added external device ID support.

Fixed

  • Added AndroidX support for example apps.

Migration Guide.


Pull Request #416

Version 4.19.1

13 Dec 14:26
7f31e4e
Compare
Choose a tag to compare

Added

  • Added support to Adjust OAID plugin for reading OAID identifier with usage of MSA SDK if present in app and supported on device.

Migration Guide.


Pull Request #407

Version 4.19.0

09 Dec 12:42
9e4b256
Compare
Choose a tag to compare

Added

  • Added disableThirdPartySharing(Context) method to Adjust interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.

Migration Guide.


Pull Request #403

Version 4.18.4

15 Nov 11:01
4566f8a
Compare
Choose a tag to compare

Fixed

  • Fixed occasional crash when attempting to unbind from OAID service (relevant only for OAID plugin users).

Migration Guide.


Pull Request #399

Version 4.18.3

09 Oct 10:30
d96c36b
Compare
Choose a tag to compare

Fixed

  • Fixed issue in v4.18.2 where released JAR in Maven was empty (thanks to @calvarez-ov).

Added

  • Added Korean localisation for OAID plugin document.

Changed

  • Updated Gradle tasks because of path changes in Android Studio and Gradle 3.5.1.

Migration Guide.


Pull Request #393

Version 4.18.2

07 Oct 11:29
733a9c5
Compare
Choose a tag to compare

⚠️ Please skip using this version and update SDK to v4.18.3 or higher (release contains empty JAR).

Added

  • Added adjust-android-oaid plugin and support for reading Huawei Advertising Identifier (OAID).

Migration Guide.


Pull Request #391

Version 4.18.1

20 Aug 10:24
f27b023
Compare
Choose a tag to compare

Fixed

  • Fixed low vulnerability issue by adding checks for FB app authenticity when requesting fb_id (thanks to @StanKocken).

Migration Guide.


Pull Request #386

Version 4.18.0

26 Jun 09:50
547a74e
Compare
Choose a tag to compare

Added

  • Added trackAdRevenue(String, JSONObject) method to Adjust interface to allow tracking of ad revenue. With this release added support for MoPub ad revenue tracking.

Migration Guide.


Pull Request #379