Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ repositories {

dependencies {
// core
implementation 'com.chibatching.kotpref:kotpref:2.13.1'
implementation 'com.chibatching.kotpref:kotpref:2.13.2'

// optional, auto initialization module
implementation 'com.chibatching.kotpref:initializer:2.13.1'
implementation 'com.chibatching.kotpref:initializer:2.13.2'

// optional, support saving enum value and ordinal
implementation 'com.chibatching.kotpref:enum-support:2.13.1'
implementation 'com.chibatching.kotpref:enum-support:2.13.2'

// optional, support saving json string through Gson
implementation 'com.chibatching.kotpref:gson-support:2.13.1'
implementation 'com.chibatching.kotpref:gson-support:2.13.2'
implementation 'com.google.code.gson:gson:2.8.6'

// optional, support LiveData observable preference
implementation 'com.chibatching.kotpref:livedata-support:2.13.1'
implementation 'com.chibatching.kotpref:livedata-support:2.13.2'
implementation 'androidx.lifecycle:lifecycle-livedata:2.2.0'

// experimental, preference screen build dsl
implementation 'com.chibatching.kotpref:preference-screen-dsl:2.13.1'
implementation 'com.chibatching.kotpref:preference-screen-dsl:2.13.2'
}
```

Expand Down
Loading