Skip to content

Latest commit

 

History

History
79 lines (69 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

79 lines (69 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • No new features!

Changed

  • No changed features!

Deprecated

  • No deprecated features!

Removed

  • No removed features!

Fixed

  • No fixed issues!

Security

  • No security issues fixed!

2.1.4 - 2022-09-03

Changed

  • Updated up to Android 14

2.0.0 - 2021-04-28

Changed

  • Changed repo ownership to hyperdevs-team. Thanks bq for all the work!
  • Changed package names from com.bq.* to com.hyperdevs.*
  • Updated dependencies

1.1.0 - 2020-11-05

Added

  • Add in-app update stale status (added in play-core 1.6.5)
  • Add download progress in install listener (added in play-core 1.6.5)
  • Return in-app update priority set via Google Play Developer API (added in play-core 1.6.5)
  • More error codes tweaked (added in multiple play-core releases)
  • Set-up listeners from both Activity and Fragment
  • Add sample app configuration

Changed

  • play-core library version upgrade to 1.8.2

1.0.2 - 2020-10-07

Changed

  • play-core library version upgrade to 1.8.0
  • Bump library versions in both library and sample app

1.0.1 - 2019-06-26

Added

  • Add automatic version name via Git tags and refactor versions

Fixed

  • Fix import issues with api instead of implementation when importing play-core libs.

1.0.0 - 2019-06-20

Added

  • Initial release.