From a553a34ccaf169da300a09e6f3f7d34c38e7f3b5 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 11 Sep 2018 02:58:58 +0200 Subject: [PATCH] Use KotPref 2.6.0 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index a1805a68..ce3ab79c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -168,8 +168,8 @@ dependencies { compile 'com.google.code.findbugs:jsr305:3.0.2' compile 'com.squareup.moshi:moshi:1.4.0' - compile "com.chibatching.kotpref:kotpref:2.5.0" - compile "com.chibatching.kotpref:initializer:2.5.0" + compile "com.chibatching.kotpref:kotpref:2.6.0" + compile "com.chibatching.kotpref:initializer:2.6.0" testCompile "com.android.support:support-annotations:$support_version" testCompile 'com.squareup.assertj:assertj-android:1.1.1'