Osip Fatkullin

Results 135 comments of Osip Fatkullin

Yes, I plan to finish this before `datastore` goes into beta

[datastore:1.1.0-beta01](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.0-beta01) is out

Ouch. datastore [1.1.0 is already here](https://developer.android.com/jetpack/androidx/releases/datastore#1.1.0).

Version [1.1.1-beta01](https://github.com/osipxd/encrypted-datastore/releases/tag/v1.1.1-beta01) is out. With datastore 1.1.1 as a dependency. Next step is to cope with [security-crypto deprecation](https://github.com/osipxd/encrypted-datastore/issues/31).

What version of `security-crypto` you use now? You can check it using command: ```sh ./gradlew :app:dependencyInsight --dependency security-crypro --configuration releaseRuntimeClasspath ``` *(remember to replace `app` with your app module name...

This library uses `security-crypto:1.0.0`, but it is possible that any of other libraries uses higher version of security-crypto. Please run this command, to see version of androidx security-crypto: ``` ./gradlew...

Hm.. it looks like only this library uses `security-ctypto`. Can you create minimal reproducible example for the issue?

So if I understood you correctly, I can do nothing on the library side to fix this issue? Can I close this issue?

Fell free to reopen the issue if you find any circumstances related to the library

Looks like duplicate of #11