Skip to content

Releases: adjust/android_sdk

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

Version 4.17.0

30 Nov 10:59
09b13b9
Compare
Choose a tag to compare

Added

  • Added getSdkVersion() method to Adjust interface to obtain current SDK version string.

Fixed

  • Fixed R.class DEX compilation issue when using plugins (#362). Thanks to @Satyre.

Migration Guide.


Pull Request #363

Version 4.16.0

08 Nov 01:05
bae29af
Compare
Choose a tag to compare

Added

  • Added README localisation in Chinese, Korean and Japanese.
  • Added sending of android_uuid with each attribution request.
  • Added Gradle tasks for usage in Adjust non native SDKs.

Changed

  • Refactored scheduler.
  • Started to catch potential exceptions in case of checkCallingOrSelfPermission method call.
  • Renamed Android project modules.

Migration Guide.


Pull Request #358