From bb6e0b2361cf1764e16c058239a145c45899fcbd Mon Sep 17 00:00:00 2001 From: mlykotom Date: Mon, 21 Nov 2022 10:07:26 +0100 Subject: [PATCH] Remove profile installer from benchmarks It needs to be in :app --- benchmarks/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/build.gradle.kts b/benchmarks/build.gradle.kts index 3271250dd..15b2422bf 100644 --- a/benchmarks/build.gradle.kts +++ b/benchmarks/build.gradle.kts @@ -73,7 +73,6 @@ dependencies { implementation(libs.androidx.test.rules) implementation(libs.androidx.test.uiautomator) implementation(libs.androidx.benchmark.macro) - implementation(libs.androidx.profileinstaller) } androidComponents {