Powerful SharedPreferences

Android library with a powerful and easy SharedPreferences wrapper, with support for obfuscation, logs, multiple SharedPreferences files, type safety and callback on changes (optionally with Android LiveData).

Лицензия

Лицензия

MIT
Группа

Группа

io.github.stefanosiano.powerful_libraries
Идентификатор

Идентификатор

sharedpreferences
Последняя версия

Последняя версия

1.0.17
Дата

Дата

Тип

Тип

aar
Описание

Описание

Powerful SharedPreferences
Android library with a powerful and easy SharedPreferences wrapper, with support for obfuscation, logs, multiple SharedPreferences files, type safety and callback on changes (optionally with Android LiveData).
Ссылка на сайт

Ссылка на сайт

https://github.com/stefanosiano/PowerfulSharedPreferences
Система контроля версий

Система контроля версий

https://github.com/stefanosiano/PowerfulSharedPreferences

Скачать sharedpreferences

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/ -->
<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sharedpreferences</artifactId>
    <version>1.0.17</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation 'io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.17'
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation ("io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.17")
'io.github.stefanosiano.powerful_libraries:sharedpreferences:aar:1.0.17'
<dependency org="io.github.stefanosiano.powerful_libraries" name="sharedpreferences" rev="1.0.17">
  <artifact name="sharedpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stefanosiano.powerful_libraries', module='sharedpreferences', version='1.0.17')
)
libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "sharedpreferences" % "1.0.17"
[io.github.stefanosiano.powerful_libraries/sharedpreferences "1.0.17"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.32
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.17
1.0.16
1.0.14