Skip to content

Releases: maxmind/device-android

0.3.0

Choose a tag to compare

@oschwald oschwald released this 23 Jun 22:05
Immutable release. Only release title and notes can be modified.
a7f555b
  • 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 enableLogging not being forwarded from SdkConfig to
    DeviceDataCollector, which caused collector-level error logs to be silently
    suppressed even when logging was explicitly enabled.

0.2.0

Choose a tag to compare

@oschwald oschwald released this 27 Feb 22:59
Immutable release. Only release title and notes can be modified.
f899a6c
  • Breaking: collectAndSend() now returns Result<TrackingResult> instead
    of Result<Unit>. The TrackingResult contains a trackingToken property
    for use with the minFraud API's /device/tracking_token field.
  • Breaking: collectDeviceData() and sendDeviceData() are no longer part
    of the public API. Use collectAndSend() instead.

0.1.0

Choose a tag to compare

@oschwald oschwald released this 09 Jan 18:20
Immutable release. Only release title and notes can be modified.
9e1551e
  • Initial release