Releases: maxmind/device-android
Releases · maxmind/device-android
Release list
0.3.0
- Lowered the minimum supported Android API level from 29 (Android 10) to 27
(Android 8.1). Device data collection on API 27 and 28 falls back to
pre-API-28 methods for the app version code and MediaDRM cleanup; no collected
signals are lost. - Fixed
enableLoggingnot being forwarded fromSdkConfigto
DeviceDataCollector, which caused collector-level error logs to be silently
suppressed even when logging was explicitly enabled.
0.2.0
- Breaking:
collectAndSend()now returnsResult<TrackingResult>instead
ofResult<Unit>. TheTrackingResultcontains atrackingTokenproperty
for use with the minFraud API's/device/tracking_tokenfield. - Breaking:
collectDeviceData()andsendDeviceData()are no longer part
of the public API. UsecollectAndSend()instead.