diff --git a/README.md b/README.md index ac75ba3..3a6ad2a 100644 --- a/README.md +++ b/README.md @@ -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' } ```