X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=51116f0b02b221a8f0e912c659c05ddb56964f59;hp=33072eda4e55c190bb46d0ea9185e56fae63e698;hb=031b4a8ea78fdbb776a1c5991f246b4f2a3e7ed1;hpb=1b722c3d327fa2d571abee745a115a1f54ab2a27 diff --git a/app/build.gradle b/app/build.gradle index 33072ed..51116f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,8 +49,9 @@ android { dependencies { // Include the following AndroidX libraries. - implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle.