is not current version
Last Version 1.3.0

com.pddstudio:encrypted-preferences 1.0.0

An Android Library to securely read and write encrypted values to your SharedPreferences.

GroupId

GroupId

com.pddstudio
ArtifactId

ArtifactId

encrypted-preferences
Version

Version

1.0.0
Type

Type

aar

Download encrypted-preferences 1.0.0


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