Releases: adjust/android_sdk
Releases · adjust/android_sdk
Version 4.21.1
Version 4.21.0
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.
Pull Request #430
Version 4.20.0
Added
- Added external device ID support.
Fixed
- Added AndroidX support for example apps.
Pull Request #416
Version 4.19.1
Added
- Added support to Adjust OAID plugin for reading
OAID
identifier with usage of MSA SDK if present in app and supported on device.
Pull Request #407
Version 4.19.0
Added
- Added
disableThirdPartySharing(Context)
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.
Pull Request #403
Version 4.18.4
Fixed
- Fixed occasional crash when attempting to unbind from OAID service (relevant only for OAID plugin users).
Pull Request #399
Version 4.18.3
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.
Pull Request #393
Version 4.18.2
Added
- Added
adjust-android-oaid
plugin and support for reading Huawei Advertising Identifier (OAID).
Pull Request #391
Version 4.18.1
Fixed
- Fixed low vulnerability issue by adding checks for FB app authenticity when requesting
fb_id
(thanks to @StanKocken).
Pull Request #386
Version 4.18.0
Added
- Added
trackAdRevenue(String, JSONObject)
method toAdjust
interface to allow tracking of ad revenue. With this release added support forMoPub
ad revenue tracking.
Pull Request #379