Skip to content

Releases: adjust/android_sdk

Version 4.33.0

19 Oct 09:50
00bac49
Compare
Choose a tag to compare

Added

  • Added support for Samsung install referrer.
  • Added isAdjustUninstallDetectionPayload() method to Adjust interface to know whether payload originates from Adjust or not.
  • Added support to OAID plugin for MSA SDK v2.0.0.

Fixed

  • Added catching of NullPointerException while extracting attribution fields in webbridge plugin.

Changed

  • Updated OAID plugin to read OAID on Huawei devices using Huawei Mobile Sevices Core Ads Identifier SDK.
  • Added bundling of Adjust Javascript files to webbridge plugin in the asset folder:
    • In case you add web bridge AAR from release page to your app, make sure to remove any previous JAR version you had.
    • There is no need for you to keep (and update) Adjust Javascript files inside of your app's assets folder - feel free to delete them since they are now bundled inside of the AAR.

Pull Request #557

Version 4.32.0

07 Sep 09:27
98a78dd
Compare
Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.

Pull Request #554

Version 4.31.1

18 Aug 14:14
48a005f
Compare
Choose a tag to compare

Added

  • Added permission com.google.android.gms.permission.AD_ID in the SDK's mainfest.

Fixed

  • Typo in Xiaomi Install Referrer's maven artifact id.

Changed

  • Updated Gradle version 7.3.3 and other dependencies.

Pull Request #551

Version 4.31.0

28 Jul 14:10
c12504b
Compare
Choose a tag to compare

Added

  • Added support for Xiaomi install referrer.
  • Added support to get Facebook install referrer information in attribution callback.

Migration Guide.


Pull Request #547

Version 4.30.1

17 May 12:58
c12504b
Compare
Choose a tag to compare

Added

  • Added support to publish AAR in maven repository.
  • Added support for Generic ad revenue tracking.
  • Added sending of deduplication_id parameter in event package.

Fixed

  • Added catching of IllegalStateException while retrieving SharedPreferences

Changed

  • Updated docs.

Migration Guide.


Pull Request #537

Version 4.30.0

11 Apr 14:21
bf847e5
Compare
Choose a tag to compare

Added

  • Added ability to mark your app as COPPA compliant. You can enable this setting by calling setCoppaCompliantEnabled method of AdjustConfig instance with boolean parameter true.
  • Added ability to mark your app as app for the kids in accordance to Google Play Families policies. You can enable this setting by calling setPlayStoreKidsAppEnabled method of AdjustConfig instance with boolean parameter true.

Changed

  • Removed reading of network_type parameter.
  • Updated docs.

Migration Guide.


Pull Request #535

Version 4.29.1

08 Feb 21:14
a666ae7
Compare
Choose a tag to compare

Added

  • Added support for Helium Chartboost ad revenue tracking.

Migration Guide.


Pull Request #528

Version 4.29.0

08 Feb 10:09
Compare
Choose a tag to compare

Added

  • Added support for Unity ad revenue tracking.

Changed

  • Updated Gradle version 7.1.1
  • Updated docs.

Migration Guide.


Pull Request #527

Version 4.28.9

15 Jan 11:09
d937600
Compare
Choose a tag to compare

Added

  • Added support to OAID plugin for MSA SDK v1.1.0.

Changed

  • Removed reading of MAC address.
  • Updated Gradle version 7.0.4 and Gradle Javadoc task.

Fixed

  • Fixed crash while iterating through the running processes.
  • Fixed ANR while reading Google Play Advertising Id.

Migration Guide.


Pull Request #523

Version 4.28.8

06 Dec 15:22
472529f
Compare
Choose a tag to compare

Changed

  • Added extraction & usage of application context for all the APIs.

Migration Guide.


Pull Request #521