From a3e150fdd963e565d478fa14962d1ebfa6731546 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 25 Jan 2024 01:32:12 +0530 Subject: [PATCH] fix(build): add missing inclusion for baseline profile generation --- settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle.kts b/settings.gradle.kts index 3e5aa533..6c357fab 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -77,6 +77,7 @@ dependencyResolutionManagement { includeGroupByRegex("com.android.*") includeGroup("com.google.android.gms") includeModule("com.google.android.material", "material") + includeGroup("com.google.testing.platform") } } exclusiveContent {