[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.23 KB

File metadata and controls

28 lines (22 loc) · 1.23 KB

Changelog for com.google.play.integrity

[1.3.1] - 2024-01-12

  • Updated Unity Play Core dependency from 1.8.1 to 1.8.3

[1.3.0] - 2023-11-13

  • Updated Java Play Integrity API dependency from 1.1.0-beta01 to 1.3.0
  • Added new error codes ClientTransientError and IntegrityTokenProviderInvalid in StandardIntegrityErrorCode. See here for more details.

[1.1.0] - 2023-04-05

New Features

  • Updated Java Play Integrity API dependency from 1.0.1 to 1.1.0-beta01
  • Added support for Standard APIs (beta).
  • Added new error code ClientTransientError in IntegrityErrorCode. This indicates that a transient error has occurred on the device. The caller should retry with exponential backoff.

[1.0.2] - 2022-09-08

  • Updated plugin's data collection procedure. For more information and the opt-out process, please refer to the data collection section in README.

[1.0.1] - 2022-07-06

New Features

  • Updated Java Play Integrity API dependency from 1.0.0 to 1.0.1

[1.0.0] - 2022-02-15

New Features

  • Initial release