d

dual-prefs

A helper class for instantiating both encrypted, and unencrypted SharedPrefences
https://github.com/05nelsonm/DualPrefs
GNU General Public License, Version 3.0
Matthew Nelson
Files download
File Operation
dual-prefs-1.0.0-rc02.pom download
dual-prefs-1.0.0-rc02-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.05nelsonm</groupId>
  <artifactId>dual-prefs</artifactId>
  <version>1.0.0-rc02</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.05nelsonm:dual-prefs:1.0.0-rc02'
Gradle Kotlin
implementation("com.github.05nelsonm:dual-prefs:1.0.0-rc02")
Scala SBT
libraryDependencies += "com.github.05nelsonm" % "dual-prefs" % "1.0.0-rc02"
Groovy Grape
@Grapes(
  @Grab(group='com.github.05nelsonm', module='dual-prefs', version='1.0.0-rc02')
)
Apache Ivy
<dependency org="com.github.05nelsonm" name="dual-prefs" rev="1.0.0-rc02" />
Leiningen
[com.github.05nelsonm/dual-prefs "1.0.0-rc02"]
Apache Buildr
'com.github.05nelsonm:dual-prefs:jar:1.0.0-rc02'