Created
February 11, 2021 11:51
-
-
Save nilsmagnus/006d9e7ce3b99913df64aa86f8924fe8 to your computer and use it in GitHub Desktop.
Using encryptedsharedpreferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android{ | |
//... | |
defaultConfig { | |
minSdkVersion 23 // important | |
targetSdkVersion 30 | |
//... | |
} | |
dependencies{ | |
implementation "androidx.security:security-crypto:1.1.0-alpha03" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment