From 0c40c9e8a08b61dbd05b7a9fac26bd7c10cb356e Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 6 Mar 2024 19:03:12 -0800 Subject: [PATCH] chore(android): remove unused dep (#4021) Wasn't used... --- kotlin/android/app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index 68ea4e9fa..4d65e6943 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -199,7 +199,6 @@ dependencies { // JUnit testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") - implementation("androidx.browser:browser:1.7.0") // Import the BoM for the Firebase platform implementation(platform("com.google.firebase:firebase-bom:32.7.3"))