is not current version
Last Version 0.1.7

com.scottyab:secure-preferences-lib 0.0.4

Android Shared preference wrapper than encrypts the keys and values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.

GroupId

GroupId

com.scottyab
ArtifactId

ArtifactId

secure-preferences-lib
Version

Version

0.0.4
Type

Type

aar

Download secure-preferences-lib 0.0.4


<!-- https://jarcasting.com/artifacts/com.scottyab/secure-preferences-lib/ -->
<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>secure-preferences-lib</artifactId>
    <version>0.0.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scottyab/secure-preferences-lib/
implementation 'com.scottyab:secure-preferences-lib:0.0.4'
// https://jarcasting.com/artifacts/com.scottyab/secure-preferences-lib/
implementation ("com.scottyab:secure-preferences-lib:0.0.4")
'com.scottyab:secure-preferences-lib:aar:0.0.4'
<dependency org="com.scottyab" name="secure-preferences-lib" rev="0.0.4">
  <artifact name="secure-preferences-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scottyab', module='secure-preferences-lib', version='0.0.4')
)
libraryDependencies += "com.scottyab" % "secure-preferences-lib" % "0.0.4"
[com.scottyab/secure-preferences-lib "0.0.4"]