From 1c8c5a254f8a5e22facc23909023ef5e96259f04 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 28 Oct 2019 23:11:16 +0900 Subject: [PATCH] Use Kotpref 2.9.2 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index eff10161..58226b9a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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'