From 31613f70884b368b46e2698bc2f76e4999582312 Mon Sep 17 00:00:00 2001 From: mcarare <48995920+mcarare@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:37:36 +0200 Subject: [PATCH] Bug 1880077 - Switch to using Compose BOM instead of individual versioning --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 4a689a89a7..44a84cfffc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -523,6 +523,9 @@ tasks.withType(KotlinCompile).configureEach { } dependencies { + implementation platform(ComponentsDependencies.androidx_compose_bom) + androidTestImplementation platform(ComponentsDependencies.androidx_compose_bom) + implementation project(':browser-engine-gecko') implementation ComponentsDependencies.kotlin_coroutines