Use Kotpref 2.9.2

This commit is contained in:
ligi 2019-10-28 23:11:16 +09:00
parent ac611db5f8
commit 1c8c5a254f
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -171,8 +171,8 @@ dependencies {
//noinspection GradleDependency
implementation 'com.squareup.moshi:moshi:1.7.0'
implementation 'com.chibatching.kotpref:kotpref:2.6.0'
implementation 'com.chibatching.kotpref:initializer:2.6.0'
implementation 'com.chibatching.kotpref:kotpref:2.9.2'
implementation 'com.chibatching.kotpref:initializer:2.9.2'
testImplementation 'androidx.annotation:annotation:1.0.2'
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
testImplementation 'junit:junit:4.12'