iamMehedi / Secured-Preference-Store

A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
562 stars 97 forks source link

Some help would be appreciated #28

Closed gnoriega27 closed 6 years ago

gnoriega27 commented 6 years ago

I'm kind of new at android development and would love some guidance if possible. I was wondering why when I add

compile 'online.devliving:securedpreferencestore:latest_version'

and build, I get this error:

Failed to resolve: online

Thanks in advance

ebabel commented 6 years ago

@gnoriega27 "latest_version" means you need to figure out what the latest version is. use this instead implementation 'online.devliving:securedpreferencestore:0.6.0' or implementation 'online.devliving:securedpreferencestore:0.5.0'