From 45e5350cbecf78593032ac1627e46ef88c5d3116 Mon Sep 17 00:00:00 2001 From: Muddassir Khan Date: Sat, 17 Jul 2021 02:40:54 +0400 Subject: [PATCH] Update eprefs version. --- kmacros/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmacros/build.gradle b/kmacros/build.gradle index 43cf434..bd22035 100644 --- a/kmacros/build.gradle +++ b/kmacros/build.gradle @@ -43,9 +43,9 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.0' + api 'com.github.muddassir235:eprefs:1.9' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - - api 'com.github.muddassir235:eprefs:1.8' } \ No newline at end of file