summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/browser/engine-gecko/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/components/browser/engine-gecko/build.gradle')
-rw-r--r--mobile/android/android-components/components/browser/engine-gecko/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/android/android-components/components/browser/engine-gecko/build.gradle b/mobile/android/android-components/components/browser/engine-gecko/build.gradle
index 4e5c2fda65..776c083ee9 100644
--- a/mobile/android/android-components/components/browser/engine-gecko/build.gradle
+++ b/mobile/android/android-components/components/browser/engine-gecko/build.gradle
@@ -76,8 +76,9 @@ dependencies {
api getGeckoViewDependency()
}
+ implementation ComponentsDependencies.androidx_core_ktx
implementation ComponentsDependencies.androidx_paging
- implementation ComponentsDependencies.androidx_data_store_preferences
+ implementation ComponentsDependencies.androidx_datastore_preferences
implementation ComponentsDependencies.androidx_lifecycle_livedata
testImplementation ComponentsDependencies.androidx_test_core