Android-Password-Store/openpgp-ktx/CHANGELOG.md
Harsh Shandilya 4880e1db27
Upgrade to Kotlin 1.5 (#1397)
* build: upgrade Kotlin to 1.5.0 and Hilt to 2.35.1

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* all: address kotlin.time.seconds deprecation

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* autofill-parser/openpgp-ktx: require Kotlin 1.5

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* all: address string method deprecations

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>

* build: disable NewApi lint

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-28 10:27:14 +05:30

1.8 KiB

Changelog

Unreleased

  • The library now requires Kotlin 1.5.0 configured with kotlinOptions.languageVersion = "1.5".

3.0.0 - 2021-04-10

  • Relicence under Apache 2.0

2.2.0 - 2020-11-04

  • Update dependencies
  • Enable tracking of public API changes

2.1.0 - 2020-08-16

  • Target Android 11
  • Update to Kotlin 1.4
  • Update library dependencies

2.0.0 - 2020-04-29

  • BREAKING: Remove IOpenPgpCallback and replace it with a lambda reference.

1.2.0 - 2020-01-25

  • Fix unmarshalling of OpenPgpError

1.1.0 - 2019-12-26

  • Update library dependencies
  • Embed proguard rules in library

1.0.0 - 2019-11-29

  • Update library dependencies
  • Make logtags unique across classes to aid debugging
  • BREAKING: Make parameters in OnBound interface non-null
  • BREAKING: OpenPgpApi#executeApiAsync is now a suspend function and only works with a coroutines caller
  • Don't generate BuildConfig in the library

0.1.0 - 2019-11-08

  • Initial release