Releases: adjust/android_sdk
Releases · adjust/android_sdk
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
Version 4.17.0
Added
- Added
getSdkVersion()
method toAdjust
interface to obtain current SDK version string.
Fixed
Pull Request #363
Version 4.16.0
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.
Pull Request #358