cioccarellia / ksprefs

Kotlin SharedPreferences wrapper & cryptographic android library.
https://cioccarellia.github.io/ksprefs/
Apache License 2.0
228 stars 22 forks source link

Adding dependency to gradle #32

Closed adriantilvar closed 4 years ago

adriantilvar commented 4 years ago

Hey, i am getting an error when i try to add the
implementation 'com.cioccarellia.ksprefs:2.0.0-rc1' to the gradle.

It says -> ERROR: Failed to resolve: com.cioccarellia.ksprefs:2.0.0-rc1: Any idea why this is happening?

cioccarellia commented 4 years ago

I'm checking this out. Thanks for the report :)

cioccarellia commented 4 years ago

You should now be able to fetch ksprefs properly from maven. Please stay tuned and make sure to wait until v2.0.0 before pushing your code into production :)

cioccarellia commented 4 years ago

Plus, we missed a semicolon between the group name and the package (com.cioccarellia and ksprefs). My bad, there was a mistype in the readme. Now everything works fine