Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.36 KB

5.0.0

4.1.2

4.1.1

  • Fixes #77
  • Refactor some of the usages of deprecated LocationRequest.create() to use new LocationRequest.Builder API.

4.1.0

4.0.1

  • [#56] Fix PendingIntent flags issue on Android 12+.

4.0.0

  • Removed deprecated properties rationaleText, rationaleTitle, blockedTitle, blockedText, resolutionTitle, and resolutionText from Locus.configure{} block. Check migration guide in README.md.
  • Fixed #46: location_settings_denied returned while enabling the location.
  • Dependency upgrades.

3.2.1

  • Fixed permission permanently denial - on Android Q+, denying permission 2 times results into permanently denied permission.
  • Upgraded dependencies
  • Updated documentation

3.2.0

  • Deprecated text configurations from Locus.configure{}. Check migration guide in README.md.
  • Upgraded dependencies
  • Upgraded Banner