encrypted-datastore
encrypted-datastore copied to clipboard
Any ETA for 1.1.1 ?
Great job on this library! Is there any ETA for the stable release of 1.1.1 ? It has been several months since the last beta.
Hello! I have no clear estimation, but I can share my plans on the stable release.
- The main goal is to deprecate
security-crypto-datastoreartifacts because of #31 and provide API allowing usage of security-crypto keys. Provide smooth plan for migration. I hope I'll be able to design this API soon. - Currently
datastore-encryptedartifacts are pure Kotlin/JVM libraries. So another task is to keep simplicity of adding the library into a project providing a single artifact for JVM and Android targets (done in #77)